linenoise icon indicating copy to clipboard operation
linenoise copied to clipboard

add support for \e[1~ and \e[4~ escapes

Open voldenet opened this issue 8 years ago • 2 comments

Those are default escapes for home/end on putty.

voldenet avatar Apr 03 '17 12:04 voldenet

This adds useful extra navigation commands familiar to putty users.

It affects the same area of code as https://github.com/antirez/linenoise/pull/147/files - I have verified that the 3 way merge succeeds cleanly.

looks mergable!

rain-1 avatar Mar 30 '18 23:03 rain-1

Merged https://github.com/rain-1/linenoise/commit/4a20376db9de0f1721a572a16e7bdab0db32a62e

rain-1 avatar May 15 '18 16:05 rain-1