Przeglądaj źródła

commenting strelen function

Jan Klemkow 6 lat temu
rodzic
commit
2547ae2249
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      scroll.c

+ 1 - 0
scroll.c

@@ -83,6 +83,7 @@ reset(void)
 		die("tcsetattr:");
 }
 
+/* Count string length w/o ansi esc sequences. */
 size_t
 strelen(const char *buf, size_t size)
 {