pipeseroni / pipes.sh

Animated pipes terminal screensaver
https://pipeseroni.github.io/
MIT License
2.5k stars 76 forks source link

Don't clear screen option #70

Open asamwow opened 4 years ago

asamwow commented 4 years ago

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.