Introduction
Introduction Statistics Contact Development Disclaimer Help
more specific comment - scroll - scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log
Files
Refs
README
LICENSE
---
commit ab23a4943ff4f20693f4c43fb31409368ccc045d
parent f69ab9f5ad7cca80b924220cd3e92e4779267793
Author: Jan Klemkow <[email protected]>
Date: Sun, 12 Apr 2020 23:08:11 +0200
more specific comment
Diffstat:
M scroll.c | 2 +-
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);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.