summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-12-12 04:49:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-12-12 04:49:20 +0000
commit0b755b897d08e998e345bce55e1bd47e5f507d99 (patch)
treeb7acd2e68f3facb3817d3cc778d008fe5eb03a8a /lib/libcurses/curses.h
parent7ce53302fb39b617a8b44bea4abf417d703e80ef (diff)
Update to ncurses-19991211:
o treat as untranslatable to termcap those terminfo strings which contain non-decimal formatting, e.g., hexadecimal or octal. o correct commented-out capabilities that cannot be translated to termcap, which did not check if a colon must be escaped. o correct termcap translation for "%>" and "%+", which did not check if a colon must be escaped, for instance. o use save_string/save_char for _nc_captoinfo() to eliminate fixed buffer (originally for _nc_infotocap() in 960301 -TD). o correct expression used for terminfo equivalent of termcap %B, adjust regent100 entry which uses this. o some cleanup and commenting of ad hoc cases in _nc_infotocap(). o eliminate a fixed-buffer in tic, used for translating comments. o add manpage for infotocap.
Diffstat (limited to 'lib/libcurses/curses.h')
-rw-r--r--lib/libcurses/curses.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h
index d524c426cb8..652eb610459 100644
--- a/lib/libcurses/curses.h
+++ b/lib/libcurses/curses.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.h,v 1.39 1999/12/06 02:13:31 millert Exp $ */
+/* $OpenBSD: curses.h,v 1.40 1999/12/12 04:49:18 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -50,7 +50,7 @@
/* These are defined only in curses.h, and are used for conditional compiles */
#define NCURSES_VERSION_MAJOR 5
#define NCURSES_VERSION_MINOR 0
-#define NCURSES_VERSION_PATCH 19991204
+#define NCURSES_VERSION_PATCH 19991211
/* This is defined in more than one ncurses header, for identification */
#undef NCURSES_VERSION