diff options
Diffstat (limited to 'term/to_status_line.h')
-rw-r--r-- | term/to_status_line.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/to_status_line.h b/term/to_status_line.h new file mode 100644 index 0000000..25daece --- /dev/null +++ b/term/to_status_line.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define to_status_line tigetstr("tsl") + +/** go to status line, col #1 **/ + +/* +TERMINFO_NAME(tsl) +TERMCAP_NAME(ts) +XOPEN(400) +*/ |