awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Fix bug in utf8 editing & set cursor #103

Closed aynakeya closed 2 years ago

aynakeya commented 2 years ago

Fix problem with delete, insert, cursor move when editing utf8 runes.

Related: https://github.com/jroimartin/gocui/pull/74 https://github.com/jesseduffield/gocui/pull/10

aynakeya commented 2 years ago

sry i forget to create a new branch. gonna create a new pull request again.