diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-02 07:35:48 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-02 07:35:48 +0000 |
| commit | aea7c17415f2c700a44cdf494db47fcf6faa48dc (patch) | |
| tree | 5a2a1897f1b0f96da62623e7ee2598a2c9d5e1d3 /lib/libncurses/lib_endwin.c | |
| parent | 795172f7a504475a68702297052619a5c90dbfbf (diff) | |
Notes
Diffstat (limited to 'lib/libncurses/lib_endwin.c')
| -rw-r--r-- | lib/libncurses/lib_endwin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libncurses/lib_endwin.c b/lib/libncurses/lib_endwin.c index fc4622288ce5..6d61ea4e8e9c 100644 --- a/lib/libncurses/lib_endwin.c +++ b/lib/libncurses/lib_endwin.c @@ -27,6 +27,9 @@ endwin() SP->_endwin = TRUE; + if (change_scroll_region) + putp(tparm(change_scroll_region, 0, lines - 1)); + mvcur(-1, -1, lines - 1, 0); if (exit_ca_mode) |
