commit ab23a4943ff4f20693f4c43fb31409368ccc045d
parent f69ab9f5ad7cca80b924220cd3e92e4779267793
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Sun, 12 Apr 2020 23:08:11 +0200
more specific comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scroll.c b/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);
}