diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-22 04:16:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-22 04:16:37 +0000 |
commit | 98742c91331e6772410df6e9d0a0d9f08b522dac (patch) | |
tree | be13678e0217bee0152d46755923a1b6a2bf4b94 /lib/libcurses/curses.h | |
parent | eb05d20ac3c4c642fe84cebb15f94ebb6ba65d69 (diff) |
Update to ncurses-5.2-20010210:
o remove macro callPutChar() from tty_update.c, since this is no longer
needed (reported by Philippe Blain).
o add a null-pointer check in tic.c to handle the case when the input
file is really empty. Modify the next_char() function in comp_scan.c
to allow arbitrarily long lines, and incidentally supply a newline to
files that do not end in a newline. These changes improve tic's
recovery from attempts to read binary files, e.g., its output from
the terminfo database (reported by Bernhard Rosenkraenzer).
o revert change to c++/demo.cc from 20001209, which changed definition
of main() apparently to accommodate cygwin linker, but broke the demo
program.
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 cd125521da8..275d36a9b36 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.57 2001/01/22 18:01:33 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.58 2001/02/22 04:16:34 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 2 -#define NCURSES_VERSION_PATCH 20010114 +#define NCURSES_VERSION_PATCH 20010210 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |