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

#define enter_superscript_mode tigetstr("ssupm")

/** enable superscript printing **/

/*
TERMINFO_NAME(ssupm)
TERMCAP_NAME(ZO)
XOPEN(400)
*/