1
1

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

See https://invisible-island.net/ncurses/ncurses-intro.html#xterm.
Этот коммит содержится в:
Benno Schulenberg 2020-01-07 20:25:31 +01:00
родитель 12742586e5
Коммит baa2be3217

Просмотреть файл

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