diff options
Diffstat (limited to 'term/label_off.c')
-rw-r--r-- | term/label_off.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/label_off.c b/term/label_off.c new file mode 100644 index 0000000..fabdec3 --- /dev/null +++ b/term/label_off.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define label_off tigetstr("rmln") + +/** turn off soft labels **/ + +/* +TERMINFO_NAME(rmln) +TERMCAP_NAME(LF) +XOPEN(400) +*/ |