From d8c40cb367a1a10cd58ac3014e0e4c961c75e26c Mon Sep 17 00:00:00 2001 From: Rekketstone Date: Thu, 16 Jan 2025 13:57:30 -0700 Subject: [PATCH] Formating This is automatic --- cowterm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cowterm.c b/cowterm.c index 1633d99..2fdd3ab 100644 --- a/cowterm.c +++ b/cowterm.c @@ -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;