diff options
Diffstat (limited to 'term/cursor_address.c')
-rw-r--r-- | term/cursor_address.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_address.c b/term/cursor_address.c new file mode 100644 index 0000000..e48005b --- /dev/null +++ b/term/cursor_address.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_address tigetstr("cup") + +/** move to row #1 col #2 **/ + +/* +TERMINFO_NAME(cup) +TERMCAP_NAME(cm) +XOPEN(400) +*/ |