浏览代码

Add TODO for strcmp

Jochen Sprickerhof 5 年之前
父节点
当前提交
54ac69d9a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;