boundary bit

This commit is contained in:
nhmall
2018-05-15 01:29:36 -04:00
parent 589bdb4e2d
commit 80218a7855

View 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;