Skip to content
Snippets Groups Projects
Commit f17f22a2 authored by E5ten's avatar E5ten Committed by Brad King
Browse files

Terminal: Add alacritty and alacritty-direct to VT100 color support whitelist

parent 1809bedd
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,8 @@ static int kwsysTerminalStreamIsNotInteractive(FILE* stream)
/* List of terminal names known to support VT100 color escape sequences. */
static const char* kwsysTerminalVT100Names[] = { "Eterm",
"alacritty",
"alacritty-direct",
"ansi",
"color-xterm",
"con132x25",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment