diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-04 16:50:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-04 16:50:00 +0000 |
commit | cd4585dd9084ad0cd879289b1968f8a2a5c96143 (patch) | |
tree | 815bcb27776ed8cfe64e0cdbf0585e8c2ad51e0d /lib/libcurses/curses.h | |
parent | eb922e28e48261b2a0d7e98202d5b72426f0b73c (diff) |
Update to ncurses-5.0-20000401:
o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
o trace() function is provided only if TRACE is defined, e.g., in the debug
library. Modify related calls to _tracechar() to use unctrl() instead.
Diffstat (limited to 'lib/libcurses/curses.h')
-rw-r--r-- | lib/libcurses/curses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index 99a3783cda8..9b009f27796 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.49 2000/03/26 16:45:02 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.50 2000/04/04 16:49:58 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998,1999,2000 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 20000325 +#define NCURSES_VERSION_PATCH 20000401 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |