Introduction
Introduction Statistics Contact Development Disclaimer Help
Add TODO for strcmp - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit 54ac69d9a563d71dc9fba77c1b231e015842908a
parent 91d126eabe33630163d15f9bb423ca95f95333f4
Author: Jochen Sprickerhof <[email protected]>
Date: Tue, 14 Apr 2020 22:52:21 +0200
Add TODO for strcmp
Diffstat:
M scroll.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/scroll.c b/scroll.c
@@ -519,6 +519,7 @@ main(int argc, char *argv[])
die("write:");
/* don't save clear screen esc sequences in log */
+ /* TODO: may need to check if it wasn't read in one st…
if (strcmp("\033[H\033[2J", input) == 0)
continue;
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.