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

#define set_a_foreground tigetstr("setaf")

/** set foreground color to #1 using ANSI escape **/

/*
TERMINFO_NAME(setaf)
TERMCAP_NAME(AF)
XOPEN(400)
*/