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

Terminal: Add tmux to VT100 color support whitelist

Change-Id: I9861bf74cfbababeeb559652123fff60bb16edc8
parent 818405fc
No related branches found
No related tags found
No related merge requests found
...@@ -150,6 +150,8 @@ static const char* kwsysTerminalVT100Names[] = { "Eterm", ...@@ -150,6 +150,8 @@ static const char* kwsysTerminalVT100Names[] = { "Eterm",
"screen-bce", "screen-bce",
"screen-w", "screen-w",
"screen.linux", "screen.linux",
"tmux",
"tmux-256color",
"vt100", "vt100",
"xterm", "xterm",
"xterm-16color", "xterm-16color",
......
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