diff options
author | ache <ache@FreeBSD.org> | 1994-10-27 22:36:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-27 22:36:56 +0000 |
commit | fc43e3161605eb847146163c136cbe02740aeed1 (patch) | |
tree | 89c05a1989e52e66c74f534f70ddf97999543332 /lib/libcurses/curses.c | |
parent | 1ca2f392e18c355a8108c5c84aa5e4705aedc786 (diff) | |
download | FreeBSD-src-fc43e3161605eb847146163c136cbe02740aeed1.zip FreeBSD-src-fc43e3161605eb847146163c136cbe02740aeed1.tar.gz |
Fix scroll bug bringed by vi(1), from phk's flame
(I still wait for apologies)
Diffstat (limited to 'lib/libcurses/curses.c')
-rw-r--r-- | lib/libcurses/curses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/curses.c b/lib/libcurses/curses.c index e3081c0..13ee80e 100644 --- a/lib/libcurses/curses.c +++ b/lib/libcurses/curses.c @@ -52,7 +52,7 @@ int __usecs = 0; /* * region (used only if insert/delete * line capabilities absent) */ -char AM, BS, CA, DA, EO, HC, IN, MI, MS, NC, NS, OS, PC, +char AM, BS, CA, DA, DB, EO, HC, IN, MI, MS, NC, NS, OS, PC, UL, XB, XN, XT, XS, XX; char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, *DM, *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6, |