diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-22 03:13:56 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-22 03:13:56 +0000 |
commit | be45d9da65aa8de64b568f8c18d999b1c4e2fe04 (patch) | |
tree | 1568194d73569326e5b28641b30cfbf499c7ad27 /lib/libtermlib/pathnames.h | |
parent | 2415625d1954dd69037a13641dd8e5194092c358 (diff) |
Add support for terminfo.db files; same format as termcap.db but with
complete entries.
Diffstat (limited to 'lib/libtermlib/pathnames.h')
-rw-r--r-- | lib/libtermlib/pathnames.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libtermlib/pathnames.h b/lib/libtermlib/pathnames.h index e8a0f4c225d..72c44d3d89b 100644 --- a/lib/libtermlib/pathnames.h +++ b/lib/libtermlib/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.1 1996/05/31 05:40:02 tholo Exp $ */ +/* $OpenBSD: pathnames.h,v 1.2 1996/07/22 03:13:54 tholo Exp $ */ /* * Copyright (c) 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> @@ -30,4 +30,5 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define _PATH_DEF ".termcap /usr/share/misc/termcap" +#define _PATH_CAPDEF ".termcap /usr/share/misc/termcap" +#define _PATH_INFODEF ".terminfo /usr/share/misc/terminfo" |