chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.08k stars 275 forks source link

Fixes panic when exiting search with no previous input #151

Open ZadenRB opened 6 years ago

ZadenRB commented 6 years ago

Closes #119 by adding a nil check for opSearch.source, and if it is nil setting the RuneBuffer to empty, instead of attempting to set a nil value.