diff options
Diffstat (limited to 'term/plab_norm.h')
-rw-r--r-- | term/plab_norm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/plab_norm.h b/term/plab_norm.h new file mode 100644 index 0000000..15bc688 --- /dev/null +++ b/term/plab_norm.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define plab_norm tigetstr("pln") + +/** program label #1 to show string #2 **/ + +/* +TERMINFO_NAME(pln) +TERMCAP_NAME(pn) +XOPEN(400) +*/ |