build: go mod vendor

This commit is contained in:
2025-03-23 11:08:17 +01:00
parent cdfb8a08bb
commit b7c1e87c0b
6 changed files with 0 additions and 313 deletions

View File

@ -1,7 +0,0 @@
package ansi
const Marker = '\x1B'
func IsTerminator(c rune) bool {
return (c >= 0x40 && c <= 0x5a) || (c >= 0x61 && c <= 0x7a)
}