From b7120388f8dd638aec33dc640f273d1a9016d676 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Jul 2024 11:02:28 +0200 Subject: terminal-util: split out color macros/helpers into its own header This is a lot of stuff, and sometimes quite wild, let's turn this into its own header. All stuff color-related that just generates sequences is now in ansi-color.h (no .c file!), and everything more complex that probes/ineracts with terminals remains in termina-util.[ch] --- src/core/job.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/job.c') diff --git a/src/core/job.c b/src/core/job.c index a877f9f06f..21083497c0 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -6,6 +6,7 @@ #include "sd-messages.h" #include "alloc-util.h" +#include "ansi-color.h" #include "async.h" #include "cgroup.h" #include "dbus-job.h" -- cgit v1.2.3