diff options
Diffstat (limited to 'term/these_cause_cr.h')
-rw-r--r-- | term/these_cause_cr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/these_cause_cr.h b/term/these_cause_cr.h new file mode 100644 index 0000000..b73b288 --- /dev/null +++ b/term/these_cause_cr.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define these_cause_cr tigetstr("docr") + +/** printing any of these characters causes TERMCAP(cr) **/ + +/* +TERMINFO_NAME(docr) +TERMCAP_NAME(Zw) +XOPEN(400) +*/ |