diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-28 21:39:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-28 21:39:58 +0000 |
| commit | 1eb01a49758abd67bb8edbd2aa791ea7492c1910 (patch) | |
| tree | 9b231a993bd22201c76733fba2e157a9943b3410 /lib/libcurses/refresh.c | |
| parent | c232824e58d42b5f8ec3a7cc93fb1d29669fb646 (diff) | |
Notes
Diffstat (limited to 'lib/libcurses/refresh.c')
| -rw-r--r-- | lib/libcurses/refresh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/refresh.c b/lib/libcurses/refresh.c index 4cb87a3a760c..d22d88054dbe 100644 --- a/lib/libcurses/refresh.c +++ b/lib/libcurses/refresh.c @@ -745,7 +745,7 @@ scrolln(starts, startw, curs, bot, top) if (n > 0) { /* Scroll up the screen. */ - if ((!DB && SF != NULL || n == 1) && bot == curscr->maxy - 1 && top == 0) { + if ((!cDB && SF != NULL || n == 1) && bot == curscr->maxy - 1 && top == 0) { __mvcur(oy, ox, curscr->maxy - 1, 0, 1); if (n == 1) goto f_nl1; |
