From 8ea8c0678b4ca662eaf1c525bdf8c5ec53f6babb Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=9D=95=20ansi.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/termio/ansi.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/termio/ansi.ts b/src/ink/termio/ansi.ts index c6e8eff..a3e7a7e 100644 --- a/src/ink/termio/ansi.ts +++ b/src/ink/termio/ansi.ts @@ -73,3 +73,4 @@ export function isC0(byte: number): boolean { export function isEscFinal(byte: number): boolean { return byte >= 0x30 && byte <= 0x7e } +