kurtlawrence / papyrus

(Rust) repl
MIT License
440 stars 14 forks source link

Handle Control L (UNIX) #79

Open mcandre opened 4 years ago

mcandre commented 4 years ago

REPL's often accept Control+L as a signal to clear the terminal screen and present the prompt at the top again. This happens in bash, irb, and gore for example. Could papyrus get a similar (ncurses) handle wired up for UNIX users to enjoy?