peterh / liner

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

Add SetCtrlZStop #148

Closed qingyunha closed 3 years ago

qingyunha commented 3 years ago

SetCtrlZStop can be called if the application wishes Prompt to stop itself when when the user presses Ctrl-Z.

Fixes #131