diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-11 00:09:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-11 00:09:38 +0000 |
commit | 108187ab833d9ad9eb7b31c59913131ca545f039 (patch) | |
tree | 1ee69d745de9bd778dc7d95bdcd72c090916068b /lib/libcurses/curses.h | |
parent | deede640d45cf7a8dd047a97f85ff8666e116dc2 (diff) |
Update to ncurses-4.2-990206:
suppress sc/rc capabilities from terminal description if they appear
in smcup/rmcup. This affects only scrolling optimization, to fix a
problem reported by several people with xterm's alternate screen,
though the problem is more general.
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 fc0b7a85858..eabb2cee83f 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -1,4 +1,4 @@ -/* $OpenBSD: curses.h,v 1.17 1999/01/31 20:17:06 millert Exp $ */ +/* $OpenBSD: curses.h,v 1.18 1999/02/11 00:09:36 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 4 #define NCURSES_VERSION_MINOR 2 -#define NCURSES_VERSION_PATCH 990130 +#define NCURSES_VERSION_PATCH 990206 /* This is defined in more than one ncurses header, for identification */ #undef NCURSES_VERSION |