From d31d916f96fdcb6278651e50e4e816c869d86240 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=F0=9F=94=B1=20types.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/termio/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/termio/types.ts b/src/ink/termio/types.ts index 6c9bf73..d6f5330 100644 --- a/src/ink/termio/types.ts +++ b/src/ink/termio/types.ts @@ -234,3 +234,4 @@ export type Action = | { type: 'bell' } | { type: 'reset' } // Full terminal reset (ESC c) | { type: 'unknown'; sequence: string } // Unrecognized sequence +