This commit is contained in:
nova
2026-06-16 22:52:03 +02:00
parent eafb13d3e2
commit ef4e49e022
6 changed files with 6 additions and 138 deletions
-2
View File
@@ -9,7 +9,6 @@
unsigned int color_count;
color *colors;
extern unsigned int settings;
extern unsigned int status;
void parse_colors(char *line, short *fg, short *bg){
@@ -31,7 +30,6 @@ void parse_colors(char *line, short *fg, short *bg){
void colors_init() {
if (has_colors()) {
settings |= SETTINGS_HAS_COLOR;
start_color();
color_count = 0;