]> granicus.if.org Git - nethack/commitdiff
boundary bit
authornhmall <nhmall@nethack.org>
Tue, 15 May 2018 05:29:36 +0000 (01:29 -0400)
committernhmall <nhmall@nethack.org>
Tue, 15 May 2018 05:29:36 +0000 (01:29 -0400)
win/tty/wintty.c

index b13318cc2b7ee7445280c1870943b0bb8cbc1e9f..ad03746b5263936d3a742df6a839620dcce04c69 100644 (file)
@@ -3902,7 +3902,7 @@ int x,y;
 
     print_vt_code2(AVTC_SELECT_WINDOW, NHW_STATUS);
 
-    if (x <= ncols && y < 2) {
+    if (x < ncols && y < 2) {
         tty_curs(NHW_STATUS, x, y);
         for (i = 0; i < lth; ++i) {
             n = i + x;