6 lines
76 B
Go
6 lines
76 B
Go
|
//+build windows
|
||
|
|
||
|
package termutil
|
||
|
|
||
|
var oscTerminators = []rune{0x07, 0x00}
|