voidterm/termutil/consts_unix.go

6 lines
77 B
Go
Raw Permalink Normal View History

2024-01-14 20:15:26 +00:00
//+build !windows
package termutil
var oscTerminators = []rune{0x07, 0x5c}