summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/curses.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-01-16 01:35:17 +0000
committermillert <millert@openbsd.org>2000-01-16 01:35:17 +0000
commit6ac042424beda7bda585fd10ccc8aa68c90a995c (patch)
treea654cb60802b1628f11f37fe51881e71f2690dd0 /lib/libcurses/curses.h
parentETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) (diff)
downloadwireguard-openbsd-6ac042424beda7bda585fd10ccc8aa68c90a995c.tar.xz
wireguard-openbsd-6ac042424beda7bda585fd10ccc8aa68c90a995c.zip
Update to ncurses-5.0-20000115:
+ additional fixes for non-bce terminals (handling of delete_character) to work when assume_default_colors() is not specified. + modify warning message from _nc_parse_entry() regarding extended capability names to print only if tic/infocmp/toe have the -v flag set, and not at all in ordinary user applications. Otherwise, this warning would be shown for screen's extended capabilities in programs that use the termcap interface. + modify use of _nc_tracing from programs such as tic so their debug level is not in the same range as values set by trace() function. + small panel header cleanup (patch by Juergen Pfeifer).
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 0689baa1e28..6c751a4f665 100644
--- a/lib/libcurses/curses.h
+++ b/lib/libcurses/curses.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.h,v 1.43 2000/01/09 05:06:01 millert Exp $ */
+/* $OpenBSD: curses.h,v 1.44 2000/01/16 01:35:17 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 20000108
+#define NCURSES_VERSION_PATCH 20000115
/* This is defined in more than one ncurses header, for identification */
#undef NCURSES_VERSION