💱 esc.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent a6d8e4302b
commit fbe5ba66f3

View File

@@ -65,3 +65,4 @@ export function parseEsc(chars: string): Action | null {
// Unknown // Unknown
return { type: 'unknown', sequence: `\x1b${chars}` } return { type: 'unknown', sequence: `\x1b${chars}` }
} }