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