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

#define set_a_foreground tigetstr("setaf")

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

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