diff options
author | 2000-07-10 03:06:03 +0000 | |
---|---|---|
committer | 2000-07-10 03:06:03 +0000 | |
commit | 852c4eda9a667a259e9fed88dd1f9d35330b27e1 (patch) | |
tree | 373b6f2d9ccce83d5490347207355313f721b269 /lib/libcurses/tinfo/comp_scan.c | |
parent | Disable ttyE0 until powerpc is updated to the latest wscons. (diff) | |
download | wireguard-openbsd-852c4eda9a667a259e9fed88dd1f9d35330b27e1.tar.xz wireguard-openbsd-852c4eda9a667a259e9fed88dd1f9d35330b27e1.zip |
ncurses 5.1
Diffstat (limited to 'lib/libcurses/tinfo/comp_scan.c')
-rw-r--r-- | lib/libcurses/tinfo/comp_scan.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcurses/tinfo/comp_scan.c b/lib/libcurses/tinfo/comp_scan.c index 77ac5d3043c..765174d8f12 100644 --- a/lib/libcurses/tinfo/comp_scan.c +++ b/lib/libcurses/tinfo/comp_scan.c @@ -50,7 +50,7 @@ #include <term_entry.h> #include <tic.h> -MODULE_ID("$From: comp_scan.c,v 1.44 2000/06/10 21:59:21 tom Exp $") +MODULE_ID("$From: comp_scan.c,v 1.45 2000/07/08 00:43:55 tom Exp $") /* * Maximum length of string capability we'll accept before raising an error. @@ -80,6 +80,10 @@ static char separator; /* capability separator */ static int pushtype; /* type of pushback token */ static char pushname[MAX_NAME_SIZE + 1]; +#ifdef NCURSES_EXT_FUNCS +bool _nc_disable_period = FALSE; /* used by tic -a option */ +#endif + static int last_char(void); static int next_char(void); static long stream_pos(void); |