mirror of
https://github.com/1f349/voidterm.git
synced 2024-11-09 22:52:55 +00:00
6 lines
76 B
Go
6 lines
76 B
Go
//+build windows
|
|
|
|
package termutil
|
|
|
|
var oscTerminators = []rune{0x07, 0x00}
|