diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-21 21:02:19 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-21 21:02:19 -0500 |
| commit | 0b7a5126aed5b881ec48a7d82319917dcd74bbbb (patch) | |
| tree | 10e190e2e14298f8a451c863887bb70a9aecf17a /src/term/cursor_home.c | |
| parent | a40bbaf27d592e053789a53740ef0509a77d9246 (diff) | |
add symbols from <term.h>
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) +*/ |
