1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-18 11:38:05 -05:00

Scroll regions of two lines are allowed

[originally from svn r700]
This commit is contained in:
Simon Tatham 2000-10-10 10:50:14 +00:00
parent fff1053350
commit b5957e5732

View File

@ -1253,7 +1253,7 @@ static int beep_overload = 0;
/* VTTEST Bug 9 - if region is less than 2 lines /* VTTEST Bug 9 - if region is less than 2 lines
* don't change region. * don't change region.
*/ */
if (bot-top > 1) { if (bot-top > 0) {
marg_t = top; marg_t = top;
marg_b = bot; marg_b = bot;
curs_x = 0; curs_x = 0;