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

#define over_strike tigetflag("os")

/** terminal overstrikes on hard-copy terminal **/

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