Recover comment - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 37bc45d3a474b2a108440862533460ca5636193a | |
parent 72a1aa0c7b1a71f8a2305861bc89d17d7a897053 | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Sat, 25 Apr 2020 23:15:23 +0200 | |
Recover comment | |
Diffstat: | |
M scroll.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
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 |