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

ENH: Recognize more color terminals.

  - Patch from Matthew McCormick, slightly tweaked
  - See issue #6833
parent 1cd3103d
No related branches found
No related tags found
No related merge requests found
......@@ -141,20 +141,38 @@ static const char* kwsysTerminalVT100Names[] =
"con80x43",
"con80x50",
"con80x60",
"cons25",
"console",
"cygwin",
"dtterm",
"eterm-color",
"gnome",
"gnome-256color",
"konsole",
"konsole-256color",
"kterm",
"linux",
"msys",
"linux-c",
"mach-color",
"mlterm",
"putty",
"rxvt",
"rxvt-cygwin",
"rxvt-cygwin-native",
"rxvt-unicode",
"screen",
"screen-256color",
"screen-bce",
"screen-w",
"screen.linux",
"vt100",
"xterm",
"xterm-color",
"xterm-16color",
"xterm-256color",
"xterm-88color",
"xterm-color",
"xterm-debian",
0
};
......
......@@ -7,4 +7,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2008)
SET(KWSYS_DATE_STAMP_MONTH 06)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 02)
SET(KWSYS_DATE_STAMP_DAY 06)
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