commit 37bc45d3a474b2a108440862533460ca5636193a
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Sat Apr 25 23:15:23 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Sat Apr 25 23:15:23 2020 +0200

    Recover comment

diff --git a/scroll.c b/scroll.c
index 722ea01..9ff5398 100644
--- 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

Reply via email to