tweaks: improve a comment by indirectly referring to the ncurses docs
See https://invisible-island.net/ncurses/ncurses-intro.html#xterm.master
parent
12742586e5
commit
baa2be3217
|
@ -1317,8 +1317,7 @@ void regenerate_screen(void)
|
||||||
/* Ensure that firstcolumn is the starting column of its chunk. */
|
/* Ensure that firstcolumn is the starting column of its chunk. */
|
||||||
ensure_firstcolumn_is_aligned();
|
ensure_firstcolumn_is_aligned();
|
||||||
|
|
||||||
/* Do the equivalent of what Minimum Profit does: leave and immediately
|
/* Do as the website suggests: leave and immediately reenter curses mode. */
|
||||||
* reenter curses mode. */
|
|
||||||
endwin();
|
endwin();
|
||||||
doupdate();
|
doupdate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue