feat(terminal): recover webgl renderer context

This commit is contained in:
zhangheng
2026-06-24 13:47:31 +08:00
parent e66dcb6f80
commit f4c919de40
4 changed files with 214 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
# Terminal Handoff
> 说明:本文档保留早期 scrollback 排查背景。当前终端实现已经进入 WebGL 默认渲染器、addon parity 与 P9 renderer 工程化阶段;最新状态请优先看 `TERMINAL_ROADMAP.md`。
本文档用于把 `base-path-demo` 当前浏览器终端实现的状态、已验证结论、未解决问题和下一步建议整理清楚,方便后续继续开发。
## 1. 当前目标
@@ -278,4 +280,3 @@ pub struct TerminalBufferModel {
- 滚回底部是否恢复 prompt
- history 模式输入后是否回到 live
- resize 后历史视图是否稳定