From: simon Date: Tue, 10 Oct 2000 10:50:14 +0000 (+0000) Subject: Scroll regions of two lines are allowed X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/83ea993b6ec099cffa67ed69840adbfb21b311ed?hp=289a50faa2fefbca69e40a264b8d2ddfe1f5ec64 Scroll regions of two lines are allowed git-svn-id: svn://svn.tartarus.org/sgt/putty@700 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/terminal.c b/terminal.c index 8a1d68d3..a14fb9dc 100644 --- a/terminal.c +++ b/terminal.c @@ -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;