1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-20 18:23:21 +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) if (spawnType == ILibProcessPipe_SpawnTypes_TERM)
{ {
putenv("TERM=xterm"); putenv("TERM=xterm-256color");
close(retVal->stdErr->mPipe_ReadEnd); //close read end of stderr pipe close(retVal->stdErr->mPipe_ReadEnd); //close read end of stderr pipe
} }
else else