mirror of https://github.com/AxioDL/logvisor.git
Merge branch 'master' of https://github.com/RetroView/LogVisor
This commit is contained in:
commit
4416d51c46
|
@ -73,7 +73,7 @@ struct ConsoleLogger : public ILogger
|
|||
if (!Term)
|
||||
{
|
||||
Term = getenv("TERM");
|
||||
if (!strncmp(Term, "xterm", 5))
|
||||
if (Term && !strncmp(Term, "xterm", 5))
|
||||
{
|
||||
XtermColor = true;
|
||||
putenv((char*)"TERM=xterm-16color");
|
||||
|
|
Loading…
Reference in New Issue