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

#define restore_cursor tigetstr("rc")

/** restore cursor to position of last sc **/

/*
TERMINFO_NAME(rc)
TERMCAP_NAME(rc)
XOPEN(400)
*/