소스 검색

more specific comment

Jan Klemkow 5 년 전
부모
커밋
ab23a4943f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scroll.c

+ 1 - 1
scroll.c

@@ -329,7 +329,7 @@ scrollup(int n)
 		bottom = TAILQ_NEXT(bottom, entries);
 		write(STDOUT_FILENO, scrollend->buf, scrollend->size);
 	}
-	/* move cursor from line n to the bottom */
+	/* move cursor from line n to the bottom left corner */
 	dprintf(STDOUT_FILENO, "\033[%d;0H", ws.ws_row);
 }