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

#define these_cause_cr tigetstr("docr")

/** printing any of these characters causes TERMCAP(cr) **/

/*
TERMINFO_NAME(docr)
TERMCAP_NAME(Zw)
XOPEN(400)
*/