Open s10e-g opened 1 year ago
Ultimately this function should be implemented using GNU readline or curses / unibilium. I fully understand that you want this library to remain independent of third-party libraries, but since C++ itself doesn't have any knowledge about the terminal, even a simple task like clear screen is not possible without reinventing ncurses.
Maybe it's ok to leave the user an option in the future?
Thank you for your contribution.
I'm against making the cli
library dependent on other libraries.
The library started with a strong dependency on boost
, and I had much pressure to remove that dependency, and it cost me hard work. Now, I definitely do not want to add another dependency.
Fix part of #152 by implementing some of the readline emacs mode line editing shortcuts on Linux local session and VT100 compatible terminal.
TODO: