summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/comp_scan.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-07-10 03:06:03 +0000
committermillert <millert@openbsd.org>2000-07-10 03:06:03 +0000
commit852c4eda9a667a259e9fed88dd1f9d35330b27e1 (patch)
tree373b6f2d9ccce83d5490347207355313f721b269 /lib/libcurses/tinfo/comp_scan.c
parentDisable ttyE0 until powerpc is updated to the latest wscons. (diff)
downloadwireguard-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.c6
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);