Explorar el Código

Add TODO for strcmp

Jochen Sprickerhof hace 5 años
padre
commit
54ac69d9a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;