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

#define exit_shadow_mode tigetstr("rshm")

/** disable shadow printing **/

/*
TERMINFO_NAME(rshm)
TERMCAP_NAME(ZU)
XOPEN(400)
*/