Explorar o código

Recover comment

Jochen Sprickerhof %!s(int64=5) %!d(string=hai) anos
pai
achega
37bc45d3a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scroll.c

+ 1 - 0
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