diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-23 18:31:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-01-23 18:31:03 +0000 |
commit | e38d94f6fe486b90d9cdbb6cd113538c71373a31 (patch) | |
tree | 8c7f93c7698fe498d7de05093a62db6d3c44702e /lib/libcurses/term_entry.h | |
parent | 7b8d319d151a95c0cf68e7106ffb3ee92ac41821 (diff) |
make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B flags of infocmp more useful.
Diffstat (limited to 'lib/libcurses/term_entry.h')
-rw-r--r-- | lib/libcurses/term_entry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcurses/term_entry.h b/lib/libcurses/term_entry.h index cd3f5060b6c..a7dc1c1b83d 100644 --- a/lib/libcurses/term_entry.h +++ b/lib/libcurses/term_entry.h @@ -1,4 +1,4 @@ -/* $OpenBSD: term_entry.h,v 1.3 1999/01/22 04:50:43 millert Exp $ */ +/* $OpenBSD: term_entry.h,v 1.4 1999/01/23 18:31:02 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -92,6 +92,7 @@ extern void _nc_free_entries(ENTRY *); /* read_bsd_terminfo.c: terminfo.db reading */ extern int _nc_read_bsd_terminfo_entry(const char * const, char * const, TERMTYPE *const); +extern int _nc_read_bsd_terminfo_file(const char * const, TERMTYPE *const); #ifdef __cplusplus } |