From d01f1d01e3c569aa91c5231690d7fd4847e4ccf6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 20:59:15 -0400 Subject: no need to compile #defines --- term/down_half_line.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/down_half_line.h (limited to 'term/down_half_line.h') 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 + +#define down_half_line tigetstr("hd") + +/** half-line down (forward 1/2 linefeed) **/ + +/* +TERMINFO_NAME(hd) +TERMCAP_NAME(hd) +XOPEN(400) +*/ -- cgit v1.2.1