mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Yet more fallout from the 16-colour changes. I think by this time
these fiddly little changes are no longer bugs I introduced recently, they're bugs that have been around all along and I've only just smoked out by altering the ATTR_* definitions. [originally from svn r2754]
This commit is contained in:
parent
3a841b6e10
commit
bcfa137c21
@ -476,7 +476,7 @@ void term_size(Terminal *term, int newrows, int newcols, int newsavelines)
|
|||||||
line[0] = newcols;
|
line[0] = newcols;
|
||||||
for (j = 0; j < newcols; j++)
|
for (j = 0; j < newcols; j++)
|
||||||
line[j + 1] = ERASE_CHAR;
|
line[j + 1] = ERASE_CHAR;
|
||||||
line[newcols] = LATTR_NORM;
|
line[newcols + 1] = LATTR_NORM;
|
||||||
}
|
}
|
||||||
addpos234(term->screen, line, 0);
|
addpos234(term->screen, line, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user