Hi! Is there an option to save and restore terminal state like in https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/misc.html 's def_prog_mode/reset_prog_mode?
The task I'm solving is suspending termbox temporarily to invoke EDITOR, and then, after editor quits, returning to termbox?
Hi! Is there an option to save and restore terminal state like in https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/misc.html 's def_prog_mode/reset_prog_mode?
The task I'm solving is suspending termbox temporarily to invoke EDITOR, and then, after editor quits, returning to termbox?