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

#define orig_colors tigetstr("oc")

/** set all colors and color pairs to original **/

/*
TERMINFO_NAME(oc)
TERMCAP_NAME(oc)
XOPEN(400)
*/