소스 검색

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;