diff options
Diffstat (limited to 'term/cursor_down.h')
-rw-r--r-- | term/cursor_down.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_down.h b/term/cursor_down.h new file mode 100644 index 0000000..220c389 --- /dev/null +++ b/term/cursor_down.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_down tigetstr("cudl") + +/** down one line **/ + +/* +TERMINFO_NAME(cudl) +TERMCAP_NAME(do) +XOPEN(400) +*/ |