diff options
Diffstat (limited to 'term/init_file.h')
-rw-r--r-- | term/init_file.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/init_file.h b/term/init_file.h new file mode 100644 index 0000000..c0d7a9f --- /dev/null +++ b/term/init_file.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define init_file tigetstr("if") + +/** name of initialization file **/ + +/* +TERMINFO_NAME(if) +TERMCAP_NAME(if) +XOPEN(400) +*/ |