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