more specific comment - scroll - scrollbackbuffer program for st
(HTM) git clone git://git.suckless.org/scroll
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ab23a4943ff4f20693f4c43fb31409368ccc045d
(DIR) parent f69ab9f5ad7cca80b924220cd3e92e4779267793
(HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Sun, 12 Apr 2020 23:08:11 +0200
more specific comment
Diffstat:
M scroll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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);
}