Merge pull request #6356 from cli/fix-non-256-color
Fix color output for non-256 color terminals
This commit is contained in:
commit
0b2348aa61
1 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
package iostreams
|
||||
|
||||
import "errors"
|
||||
|
||||
func enableVirtualTerminalProcessing(fd uintptr) error {
|
||||
return nil
|
||||
return errors.New("not implemented")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue