Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
terminal.h File Reference

Terminal utilities. More...

Go to the source code of this file.

Macros

#define TERMINAL_COLOR_RED   "\x1b[31m"
 
#define TERMINAL_COLOR_GREEN   "\x1b[32m"
 
#define TERMINAL_COLOR_YELLOW   "\x1b[33m"
 
#define TERMINAL_COLOR_LIGHT_YELLOW   "\x1b[93m"
 
#define TERMINAL_COLOR_BLUE   "\x1b[34m"
 
#define TERMINAL_COLOR_LIGHTBLUE   "\x1b[94m"
 
#define TERMINAL_COLOR_MAGENTA   "\x1b[35m"
 
#define TERMINAL_COLOR_LIGHT_PURPLE   "\x1b[95m"
 
#define TERMINAL_COLOR_CYAN   "\x1b[36m"
 
#define TERMINAL_BOLD   "\x1b[1m"
 
#define TERMINAL_ITALIC   "\x1b[3m"
 
#define TERMINAL_UNDERLINE   "\x1b[4m"
 
#define TERMINAL_RESET   "\x1b[0m"
 

Detailed Description

Terminal utilities.

Definition in file terminal.h.

Macro Definition Documentation

◆ TERMINAL_BOLD

#define TERMINAL_BOLD   "\x1b[1m"

Definition at line 40 of file terminal.h.

◆ TERMINAL_COLOR_BLUE

#define TERMINAL_COLOR_BLUE   "\x1b[34m"

Definition at line 34 of file terminal.h.

◆ TERMINAL_COLOR_CYAN

#define TERMINAL_COLOR_CYAN   "\x1b[36m"

Definition at line 38 of file terminal.h.

◆ TERMINAL_COLOR_GREEN

#define TERMINAL_COLOR_GREEN   "\x1b[32m"

Definition at line 31 of file terminal.h.

◆ TERMINAL_COLOR_LIGHT_PURPLE

#define TERMINAL_COLOR_LIGHT_PURPLE   "\x1b[95m"

Definition at line 37 of file terminal.h.

◆ TERMINAL_COLOR_LIGHT_YELLOW

#define TERMINAL_COLOR_LIGHT_YELLOW   "\x1b[93m"

Definition at line 33 of file terminal.h.

◆ TERMINAL_COLOR_LIGHTBLUE

#define TERMINAL_COLOR_LIGHTBLUE   "\x1b[94m"

Definition at line 35 of file terminal.h.

◆ TERMINAL_COLOR_MAGENTA

#define TERMINAL_COLOR_MAGENTA   "\x1b[35m"

Definition at line 36 of file terminal.h.

◆ TERMINAL_COLOR_RED

#define TERMINAL_COLOR_RED   "\x1b[31m"

Definition at line 30 of file terminal.h.

◆ TERMINAL_COLOR_YELLOW

#define TERMINAL_COLOR_YELLOW   "\x1b[33m"

Definition at line 32 of file terminal.h.

◆ TERMINAL_ITALIC

#define TERMINAL_ITALIC   "\x1b[3m"

Definition at line 41 of file terminal.h.

◆ TERMINAL_RESET

#define TERMINAL_RESET   "\x1b[0m"

Definition at line 44 of file terminal.h.

◆ TERMINAL_UNDERLINE

#define TERMINAL_UNDERLINE   "\x1b[4m"

Definition at line 42 of file terminal.h.