forked from toolshed/abra
7
vendor/github.com/muesli/ansi/ansi.go
generated
vendored
Normal file
7
vendor/github.com/muesli/ansi/ansi.go
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
package ansi
|
||||
|
||||
const Marker = '\x1B'
|
||||
|
||||
func IsTerminator(c rune) bool {
|
||||
return (c >= 0x40 && c <= 0x5a) || (c >= 0x61 && c <= 0x7a)
|
||||
}
|
Reference in New Issue
Block a user