commit baa2be3217784a5e59d7a31732bf8b7155a9450e
parent 12742586e583d1d6421ab2f7192c5753866076cc
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 7 Jan 2020 20:25:31 +0100
tweaks: improve a comment by indirectly referring to the ncurses docs
See https://invisible-island.net/ncurses/ncurses-intro.html#xterm.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/nano.c b/src/nano.c
@@ -1317,8 +1317,7 @@ void regenerate_screen(void)
/* Ensure that firstcolumn is the starting column of its chunk. */
ensure_firstcolumn_is_aligned();
- /* Do the equivalent of what Minimum Profit does: leave and immediately
- * reenter curses mode. */
+ /* Do as the website suggests: leave and immediately reenter curses mode. */
endwin();
doupdate();