Подсветка сообщений, если установлена переменная окружения COLORTERM

This commit is contained in:
Andrei Astafev 2023-07-30 10:02:16 +03:00
parent e42530855c
commit 2246f06397

View File

@ -7,7 +7,7 @@
include_guard(GLOBAL)
if(DEFINED ENV{TERM} AND UNIX)
if(DEFINED ENV{COLORTERM} AND UNIX)
string(ASCII 27 Esc)
set(MyxColorReset "${Esc}[m")
set(MyxColorBold "${Esc}[1m")