ansi.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent 8ede46c94c
commit 8ea8c0678b

View File

@@ -73,3 +73,4 @@ export function isC0(byte: number): boolean {
export function isEscFinal(byte: number): boolean {
return byte >= 0x30 && byte <= 0x7e
}