git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2723 c06c8d41-db1a-0410-9941-cceddc491573
FEW6F4OIKCNA7WCUSNEZDF6W3VRTX4J4G43VOXRZH5UKKG22T5ZQC
FWVE7KM7BGEZUFQVM7H7UFGM3QMMPT7QHLNXSP62HG3SMBIPZBSQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
RC6L3CIBLJEH4GWRFD7UQNGI6PZT74FRUVOYHSAN2XCC74NZUASQC
TAHSTXR7ROOMDFUSBUU4ZAIEWQLAS5CIRCTARLD4Q2BGNLSL7E5QC
for (int screen_x = 0; screen_x < num_cols - 1; screen_x++)
for (int screen_x = 0; screen_x < num_cols; screen_x++)
puttext(1, top, num_cols - 1, top + num_lines - 1, buffer2);
puttext(1, top, num_cols, top + num_lines - 1, buffer2);
const bool will_scroll = (x2 == get_number_of_cols()); if (will_scroll) scrollok(stdscr, FALSE);
const bool will_scroll = (x2 == get_number_of_cols());
if (will_scroll)
scrollok(stdscr, FALSE);
if (will_scroll) scrollok(stdscr, TRUE);
scrollok(stdscr, TRUE);