Re: [hackers] [scroll][PATCH] Don't retain any clear screen sequence variants.

2020-04-26 Thread Jochen Sprickerhof
Thanks! * Ian Remmler [2020-04-25 17:13]: (Simpler, replaces previous patch) Elide all clear screen escape sequences from the scrollback buffer, partial or complete. zshell, for example, emits ^[[J on startup, which causes the scrolled down portion of the screen to be cleared when scrolling

[hackers] [scroll][PATCH] Don't retain any clear screen sequence variants.

2020-04-25 Thread Ian Remmler
(Simpler, replaces previous patch) Elide all clear screen escape sequences from the scrollback buffer, partial or complete. zshell, for example, emits ^[[J on startup, which causes the scrolled down portion of the screen to be cleared when scrolling to the beginning of the buffer and less than

[hackers] [scroll][PATCH] Don't retain any clear screen sequence variants.

2020-04-25 Thread Ian Remmler
Elide all clear screen escape sequences from the scrollback buffer, partial or complete. zshell, for example, emits ^[[J on startup, which causes the scrolled down portion of the screen to be cleared when scrolling to the beginning of the buffer and less than the entire screen is scrolled. ---