1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-20 10:13:17 +00:00

Updated xterm setting to 256color

This commit is contained in:
Bryan Roe
2021-01-11 10:19:41 -08:00
parent 0655515692
commit 5ca3b3cc6a

View File

@@ -775,7 +775,7 @@ ILibProcessPipe_Process ILibProcessPipe_Manager_SpawnProcessEx4(ILibProcessPipe_
}
if (spawnType == ILibProcessPipe_SpawnTypes_TERM)
{
putenv("TERM=xterm");
putenv("TERM=xterm-256color");
close(retVal->stdErr->mPipe_ReadEnd); //close read end of stderr pipe
}
else