summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/curses.priv.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-01-02 04:36:51 +0000
committerache <ache@FreeBSD.org>1998-01-02 04:36:51 +0000
commit533db3b201ab193b971a34bcef090d11bb0f4d15 (patch)
tree26b32e41615afb10ff19f8aaa642de47134ce56a /lib/libncurses/curses.priv.h
parent8a719f4f6a5228ee1a499af703c7b6cdfa493c59 (diff)
downloadFreeBSD-src-533db3b201ab193b971a34bcef090d11bb0f4d15.zip
FreeBSD-src-533db3b201ab193b971a34bcef090d11bb0f4d15.tar.gz
1) Redo internal interface to be more latest ncurses-like
2) Fix winsdel called in last line of the window (nothing happens in old variant) 3) Add range checks to wscrl() and internal soft scroll function
Diffstat (limited to 'lib/libncurses/curses.priv.h')
-rw-r--r--lib/libncurses/curses.priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libncurses/curses.priv.h b/lib/libncurses/curses.priv.h
index 85f54b7..73e3d7d 100644
--- a/lib/libncurses/curses.priv.h
+++ b/lib/libncurses/curses.priv.h
@@ -64,6 +64,7 @@ extern WINDOW *makenew(int, int, int, int);
extern int timed_wait(int fd, int wait, int *timeleft);
extern chtype _nc_background(WINDOW *);
extern chtype _nc_render(WINDOW *, chtype);
+extern void _nc_scroll_window(WINDOW *, int, short const, short const, chtype);
struct try {
struct try *child; /* ptr to child. NULL if none */
OpenPOWER on IntegriCloud