Recover 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 37bc45d3a474b2a108440862533460ca5636193a
(DIR) parent 72a1aa0c7b1a71f8a2305861bc89d17d7a897053
(HTM) Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sat, 25 Apr 2020 23:15:23 +0200
Recover comment
Diffstat:
M scroll.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/scroll.c b/scroll.c
@@ -285,6 +285,7 @@ redraw()
}
if (bottom == TAILQ_FIRST(&head)) {
+ /* add new line in front of the shell prompt */
write(STDOUT_FILENO, "\n", 1);
write(STDOUT_FILENO, "\033[?25h", 6); /* show cursor */
} else