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

#define tilde_glitch tigetflag("hz")

/** can't print tilde (~) **/

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