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

#define cursor_home tigetstr("home")

/** home cursor (if no TERMCAP(cup)) **/

/*
TERMINFO_NAME(home)
TERMCAP_NAME(ho)
XOPEN(400)
*/