peterh / liner

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

Fix backspace on ctrlR search didn't trigger the getHistory... #24

Closed ElPincheTopo closed 9 years ago

ElPincheTopo commented 9 years ago

The code that triggers the new history search was in the delete key instead of the backspace.

peterh commented 9 years ago

Thanks.