mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 04:04:40 +00:00
Debug: use the rang library for color output
This commit is contained in:
@@ -58,7 +58,6 @@ char *export_dir = NULL;
|
||||
volatile bool should_exit = false;
|
||||
|
||||
volatile int log_level = LOG_LEVEL_INFO;
|
||||
bool color_nix_term = (getenv("TERM") && set<string>{"linux", "screen", "xterm", "xterm-256color"}.count(getenv("TERM")) > 0) && isatty(1) && isatty(2);
|
||||
|
||||
volatile int audio_offset;
|
||||
volatile int video_offset;
|
||||
|
||||
Reference in New Issue
Block a user