summaryrefslogtreecommitdiff
path: root/src/term/cursor_address.c
blob: 62c0f37f04b3a8a65aa7627dce2136911f6f8e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define cursor_address tigetstr("cup")

/** move to row #1 col #2 **/

/*
TERMINFO_NAME(cup)
TERMCAP_NAME(cm)
XOPEN(400)
*/