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

Feature/utils #41

Closed glvr182 closed 4 years ago

glvr182 commented 5 years ago

i'll merge after reviews

mjarkk commented 5 years ago

Also i was just thinking about something,
Currently i don't think it's possible to do CTRL + Arrow Right / Arrow Left to skip to the next word what is nowadays basic functionality of most editor / input boxes.
so wouldn't it be nice to have that too?

jesseduffield commented 5 years ago

@mjarkk I looked into doing that at some point but couldn't work out which key code to use, though I'm sure it's possible

glvr182 commented 5 years ago

ping @jesseduffield @mjarkk @skanehira , I hope to get some feedback on the comments i made

glvr182 commented 4 years ago

@jesseduffield @mjarkk @skanehira all the comments have been implemented, lmk what you guys think