summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_scrreg.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-02 07:35:48 +0000
committerache <ache@FreeBSD.org>1994-12-02 07:35:48 +0000
commit8091ade428526edaab100abaf43a77b23f9a6476 (patch)
tree5a2a1897f1b0f96da62623e7ee2598a2c9d5e1d3 /lib/libncurses/lib_scrreg.c
parentda3bc85e1374c51c5dced6baacf60288a5a3ea40 (diff)
downloadFreeBSD-src-8091ade428526edaab100abaf43a77b23f9a6476.zip
FreeBSD-src-8091ade428526edaab100abaf43a77b23f9a6476.tar.gz
Implement chage_scroll_region properly
Diffstat (limited to 'lib/libncurses/lib_scrreg.c')
-rw-r--r--lib/libncurses/lib_scrreg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libncurses/lib_scrreg.c b/lib/libncurses/lib_scrreg.c
index b7d9ae2..31bab4f 100644
--- a/lib/libncurses/lib_scrreg.c
+++ b/lib/libncurses/lib_scrreg.c
@@ -25,10 +25,6 @@ int wsetscrreg(WINDOW *win, int top, int bottom)
win->_regbottom = bottom;
T(("correctly set scrolling region between %d and %d", top, bottom));
- if (change_scroll_region != NULL) {
- T(("changing scroll region"));
- putp(tparm(change_scroll_region, top, bottom));
- }
return(OK);
} else
OpenPOWER on IntegriCloud