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