diff options
Diffstat (limited to 'term/up_half_line.h')
-rw-r--r-- | term/up_half_line.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/up_half_line.h b/term/up_half_line.h new file mode 100644 index 0000000..24284ba --- /dev/null +++ b/term/up_half_line.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define up_half_line tigetstr("hu") + +/** half-line up (reverse 1/2 linefeed) **/ + +/* +TERMINFO_NAME(hu) +TERMCAP_NAME(hu) +XOPEN(400) +*/ |