summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/curses.priv.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-06-19 16:12:41 +0000
committerache <ache@FreeBSD.org>1998-06-19 16:12:41 +0000
commitd3ff12efce40503105e4580a0d3213a8793a5e89 (patch)
tree80411ea65b6e08fc85c46cffbfbbe31c4b3763d6 /lib/libncurses/curses.priv.h
parent2e210ceb513fc03627756d71376a8935f4a3744c (diff)
downloadFreeBSD-src-d3ff12efce40503105e4580a0d3213a8793a5e89.zip
FreeBSD-src-d3ff12efce40503105e4580a0d3213a8793a5e89.tar.gz
Fix keypad on/off for ^Z suspends by replacing reset_*_mode()
from libmytinfo
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 73e3d7d..6733ce0 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 int _nc_keypad(bool);
extern void _nc_scroll_window(WINDOW *, int, short const, short const, chtype);
struct try {
OpenPOWER on IntegriCloud