troglobit / editline

A small replacement for GNU readline() for UNIX
https://troglobit.com/projects/editline/
Other
282 stars 58 forks source link

Search with an empty string clears the whole screen #30

Closed abitmore closed 5 years ago

abitmore commented 5 years ago

From input mode, after typed anything, press Ctrl+R to enter search mode, press ENTER directly, then the whole screen got cleared. (terminal=screen).

troglobit commented 5 years ago

Good catch, I'll have a look!

troglobit commented 5 years ago

It was a regression from a Ctrl-L change, should be fixed now. Thanks for reporting!