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