pipeseroni / pipes.sh

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

Revert "fix terminal with no smcup and rmcup capabilities (#4)" #44

Closed livibetter closed 6 years ago

livibetter commented 6 years ago

This reverts commit 372ca5defa1a984cb26466f80f68d0edcf88839c.

The issue in #4 is caused by incorrect TERM setting as the smcup/rmcup won't be correct.

Terminator has smcup=\E7\E[?47h [1] and only xterm-r6 version uses that string [2].

[1] https://git.io/vA2uV [2] https://invisible-island.net/xterm/terminfo-entries.html#tic-xterm-r6


@Foggalong I hope you are still using Terminator, please start one with TERM=terminator terminator and test this PR.

Foggalong commented 6 years ago

@livibetter I don't use terminator anymore no, urxvt and xfce4-terminal these days

livibetter commented 6 years ago

Merging this anyway, we can revert this revert, if this actually breaks.