diff options
Diffstat (limited to 'term/cursor_home.h')
-rw-r--r-- | term/cursor_home.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_home.h b/term/cursor_home.h new file mode 100644 index 0000000..02271d1 --- /dev/null +++ b/term/cursor_home.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_home tigetstr("home") + +/** home cursor (if no TERMCAP(cup)) **/ + +/* +TERMINFO_NAME(home) +TERMCAP_NAME(ho) +XOPEN(400) +*/ |