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

#define cursor_address tigetstr("cup")

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

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