File: colors.h

package info (click to toggle)
httping 4.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: ansic: 4,475; python: 66; php: 15; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern const char *c_error;
extern const char *c_normal;
extern const char *c_very_normal;
extern const char *c_red;
extern const char *c_blue;
extern const char *c_green;
extern const char *c_yellow;
extern const char *c_magenta;
extern const char *c_cyan;
extern const char *c_white;
extern const char *c_bright;

#define COLOR_ESCAPE "\001"

void set_colors(char nc);