summaryrefslogtreecommitdiff
path: root/lib/libcurses
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-07-11 14:13:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-07-11 14:13:47 +0000
commit91b7b71d4c362ea31cc1f8f4466df93fadc39f6e (patch)
tree492f09ce3ae810ac88ede794c02aa428ed1d1483 /lib/libcurses
parent4916aa44efe5865ecf26369111e942db15883865 (diff)
ncurses-990710:
Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo
Diffstat (limited to 'lib/libcurses')
-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 4a008c6b830..2e61fff4cad 100644
--- a/lib/libcurses/curses.h
+++ b/lib/libcurses/curses.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.h,v 1.34 1999/07/04 12:43:22 millert Exp $ */
+/* $OpenBSD: curses.h,v 1.35 1999/07/11 14:13:46 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 990703
+#define NCURSES_VERSION_PATCH 990710
/* This is defined in more than one ncurses header, for identification */
#undef NCURSES_VERSION