Ver código fonte

Add TODO for strcmp

Jochen Sprickerhof 5 anos atrás
pai
commit
54ac69d9a5
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      scroll.c

+ 1 - 0
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;