jangko / nim-noise

Nim implementation of linenoise command line editor
MIT License
60 stars 10 forks source link

miscellaneous features #8

Open timotheecour opened 5 years ago

timotheecour commented 5 years ago
jangko commented 5 years ago

Implementing an undo-redo stack is a challenging task for any UI application, including command line app. But I also realize the importance of this feature because we are dealing with human, and human often make mistakes during text editing.