feat: initial commit
This commit is contained in:
commit
a161b86c9a
705 changed files with 288162 additions and 0 deletions
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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue