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

#define superscript_characters tigetstr("supcs")

/** list of "superscriptable" characters **/

/*
TERMINFO_NAME(supcs)
TERMCAP_NAME(Zv)
XOPEN(400)
*/