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

#define exit_superscript_mode tigetstr("rsupm")

/** disable superscript printing **/

/*
TERMINFO_NAME(rsupm)
TERMCAP_NAME(ZW)
XOPEN(400)
*/