Introduction
Introduction Statistics Contact Development Disclaimer Help
Revert "Ignore carriage return in history" - scroll - scrollbackbuffer program …
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit 1dfa7e759525944d50614caf96ce0acf8b52abeb
parent 8d689bf06aa5be544748dc6f332d835a23be616d
Author: parazyd <[email protected]>
Date: Mon, 4 May 2020 00:26:14 +0200
Revert "Ignore carriage return in history"
Using st and zsh, this breaks the scrollback and messes it up. Meaning,
it is not rendered properly.
This reverts commit fa406caa11cb4319aab8922b90c0b969998027fc which
introduces the bug.
Diffstat:
M scroll.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/scroll.c b/scroll.c
@@ -179,8 +179,6 @@ skipesc(char c)
switch (state) {
case CHAR:
- if (c == '\r')
- return true;
if (c == '\033')
state = BREK;
break;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.