readline
readline copied to clipboard
ExitSearchMode panic
If I ^R and ^C while there are zero history matches, I get a panic on: o.buf.Set(o.history.showItem(o.history.current.Value)) (as apparently o.history.current isn't set)
https://github.com/chzyer/readline/blob/master/search.go#L118