commit ab23a4943ff4f20693f4c43fb31409368ccc045d
Author: Jan Klemkow <[email protected]>
AuthorDate: Sun Apr 12 23:08:11 2020 +0200
Commit: Jan Klemkow <[email protected]>
CommitDate: Sun Apr 12 23:08:11 2020 +0200
more specific comment
diff --git a/scroll.c b/scroll.c
index 02dd9d6..698c9cd 100644
--- 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);
}