fix(app): more terminal stability fixes

This commit is contained in:
Adam
2026-02-05 11:28:22 -06:00
parent 8c0300c021
commit 2875405514
5 changed files with 43 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ export type LocalPTY = {
cols?: number
buffer?: string
scrollY?: number
tail?: string
}
const WORKSPACE_KEY = "__workspace__"