Restoring terminal state in Python
Let's work on https://github.com/thomasballinger/rlundo, undo for arbitrary command line interfaces (so long as they use readline). Tonight I'll work on restoring the terminal to its previous state after an undo. There'll be vt100 terminal emulation, tmux scripting, test-driven development, and lots of terminal layout work.
Let's work on https://github.com/thomasballinger/rlundo, undo for arbitrary command line interfaces (so long as they use readline). Tonight I'll work on restoring the terminal to its previous state after an undo. There'll be vt100 terminal emulation, tmux scripting, test-driven development, and lots of terminal layout work.