Merge pull request #25578 from rwilliams/conemu
Force input stream ANSI emulation for ConEmu. Upstream-commit: 28d18b8205c813e18af96f0eb88850b2734077f4 Component: engine
This commit is contained in:
@ -73,6 +73,7 @@ func StdStreams() (stdIn io.ReadCloser, stdOut, stdErr io.Writer) {
|
||||
|
||||
if os.Getenv("ConEmuANSI") == "ON" {
|
||||
// The ConEmu terminal emulates ANSI on output streams well.
|
||||
emulateStdin = true
|
||||
emulateStdout = false
|
||||
emulateStderr = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user