peterh / liner

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

Home/End are broken on linux again #17

Closed rif closed 10 years ago

rif commented 10 years ago

Just noticed that the home/end do not work on linux. C-a/C-e work ok.

peterh commented 10 years ago

Works for me (Debian Testing, tried konsole 4:4.13.1-1, xterm 304-1, and gnome-terminal 3.12.2-1 with libvte-2.90-9 1:0.36.2-1).

MacOSX "Terminal" doesn't work, because Terminal scrolls instead of passing Home/End to the program. Maybe you've found a Linux terminal emulator that does the same thing.

What are you using that doesn't work?

rif commented 10 years ago

I am using a rxvt-unicode 9.20 on arch :|, Roxterm seems to work OK.

peterh commented 10 years ago

I can reproduce using rxvt-unicode 9.20-1. Fixed now. Thanks for the bug report.