mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-12 00:28:06 -05:00
Scroll regions of two lines are allowed
[originally from svn r700]
This commit is contained in:
parent
fff1053350
commit
b5957e5732
@ -1253,7 +1253,7 @@ static int beep_overload = 0;
|
||||
/* VTTEST Bug 9 - if region is less than 2 lines
|
||||
* don't change region.
|
||||
*/
|
||||
if (bot-top > 1) {
|
||||
if (bot-top > 0) {
|
||||
marg_t = top;
|
||||
marg_b = bot;
|
||||
curs_x = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user