peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.04k stars 132 forks source link

Fix Home/End key on Ubuntu #115

Closed linuxerwang closed 5 years ago

linuxerwang commented 5 years ago

(maybe also works for other linux distributions): 1 for Home key, 4 for End key.

peterh commented 5 years ago

I don't get those codes on my Ubuntu box.

Grepping terminfo, those codes are usually "select" and "find", not "home" and "end", unless you have a "6 key editing keypad" or a "pce" keyboard. Whatever those are.

Since select and find aren't bound to anything else in Liner, I don't see the harm in adding these codes.

Thanks for the patch! Merged.