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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user