Formating
This is automatic
This commit is contained in:
parent
1ad881ba60
commit
d8c40cb367
@ -822,7 +822,8 @@ static unsigned long get_bright_ansi_color(int index) {
|
||||
// 34 = Blue 35 = Magenta 36 = Cyan 37 = White
|
||||
// 0 sets everything back to plain white
|
||||
// P.S. yes I had to google this up
|
||||
static void parse_ansi_code(const char *buf, int *idx, int max_len, Window window) {
|
||||
static void parse_ansi_code(const char *buf, int *idx, int max_len,
|
||||
Window window) {
|
||||
char num_buf[32] = {0};
|
||||
int params[32] = {0};
|
||||
size_t num_idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user