It would be nice to have a command line option so that the screen is not cleared. Right now, if you suspend pipes (C-z), type some stuff, then resume pipes, it will draw on top of the dirty terminal and I think it looks really cool! It might be as simple as toggling tput clear on line 268? I'll give it a try when I have some time.
It would be nice to have a command line option so that the screen is not cleared. Right now, if you suspend pipes (C-z), type some stuff, then resume pipes, it will draw on top of the dirty terminal and I think it looks really cool! It might be as simple as toggling
tput clear
on line 268? I'll give it a try when I have some time.