commit 18fc6b49569b67647142602c2f6cb3f268cea6c3
parent 4b78ac4d9f47e9094f569fcd9f316cb8a8481b80
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Thu, 2 Apr 2020 22:33:51 +0200
make comment more precise
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scroll.c b/scroll.c
@@ -270,7 +270,7 @@ scrollup(void)
/* move the text in terminal n lines down */
dprintf(STDOUT_FILENO, "\033[%dT", rows);
- /* set cursor position */
+ /* set cursor position to upper left corner */
write(STDOUT_FILENO, "\033[0;0H", 6);
/* hide cursor */
write(STDOUT_FILENO, "\033[?25l", 6);