🔱 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent 497f9d2e75
commit d31d916f96

View File

@@ -234,3 +234,4 @@ export type Action =
| { type: 'bell' }
| { type: 'reset' } // Full terminal reset (ESC c)
| { type: 'unknown'; sequence: string } // Unrecognized sequence