mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
fix(app): terminal replay (#12991)
This commit is contained in:
parent
6f5dfe125a
commit
3929f0b5bd
4 changed files with 87 additions and 61 deletions
|
|
@ -13,7 +13,7 @@ export type LocalPTY = {
|
|||
cols?: number
|
||||
buffer?: string
|
||||
scrollY?: number
|
||||
tail?: string
|
||||
cursor?: number
|
||||
}
|
||||
|
||||
const WORKSPACE_KEY = "__workspace__"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue