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

#define enter_subscript_mode tigetstr("ssubm")

/** enable subscript printing **/

/*
TERMINFO_NAME(ssubm)
TERMCAP_NAME(ZN)
XOPEN(400)
*/