commit 54ac69d9a563d71dc9fba77c1b231e015842908a
Author: Jochen Sprickerhof <[email protected]>
AuthorDate: Tue Apr 14 22:52:21 2020 +0200
Commit: Jochen Sprickerhof <[email protected]>
CommitDate: Tue Apr 14 22:52:21 2020 +0200
Add TODO for strcmp
diff --git a/scroll.c b/scroll.c
index 10a04a2..a0e9ff9 100644
--- 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
string */
if (strcmp("\033[H\033[2J", input) == 0)
continue;