Terminal: Specify ourselves as xterm-256color.

This was originally instated back in 2013, but was reverted then
due to #9636 because most other systems did not yet recognize that
terminal type.

Nowadays, nearly all Linux terminals specify themselves as being
"xterm-256color" by default, so reinstating this should be fine.
This commit is contained in:
Augustin Cavalier 2017-09-12 14:36:28 -04:00
parent 0ed0bc5384
commit e03db9304f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
// TODO: should extract from /etc/passwd instead???
const char *kDefaultShell = "/bin/sh";
const char *kTerminalType = "xterm";
const char *kTerminalType = "xterm-256color";
/*
* Set environment variable.