Skip to content
Snippets Groups Projects
Commit 694416d9 authored by Alexander Neundorf's avatar Alexander Neundorf
Browse files

ENH: also recognize rxvt-256color as a color terminal (#8913, patch from Deewiant)

Alex
parent 6f56d6e9
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,7 @@ static const char* kwsysTerminalVT100Names[] = ...@@ -158,6 +158,7 @@ static const char* kwsysTerminalVT100Names[] =
"mlterm", "mlterm",
"putty", "putty",
"rxvt", "rxvt",
"rxvt-256color",
"rxvt-cygwin", "rxvt-cygwin",
"rxvt-cygwin-native", "rxvt-cygwin-native",
"rxvt-unicode", "rxvt-unicode",
......
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