blob: 3b2b95f6ded9134379e4696abd6af08a46dbabe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <curses.h>
#define non_rev_rmcup tigetflag("nrrmc")
/** TERMCAP(smcup) does not reverse TERMCAP(rmcup) **/
/*
TERMINFO_NAME(nrrmc)
TERMCAP_NAME(NR)
XOPEN(400)
*/
|