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