tweaks: improve a comment by indirectly referring to the ncurses docs

See https://invisible-island.net/ncurses/ncurses-intro.html#xterm.
master
Benno Schulenberg 2020-01-07 20:25:31 +01:00
parent 12742586e5
commit baa2be3217
1 changed files with 1 additions and 2 deletions

View File

@ -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();