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

#define set_attributes tigetstr("sgr")

/** define first set of video attributes #1-#9 **/

/*
TERMINFO_NAME(sgr)
TERMCAP_NAME(sa)
XOPEN(400)
*/