refactor(terminal): split renderer module

This commit is contained in:
zhangheng
2026-06-24 12:20:33 +08:00
parent 05bd106f06
commit e66dcb6f80
3 changed files with 1422 additions and 1393 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@ pub mod ime;
pub mod keyboard; pub mod keyboard;
pub mod mouse; pub mod mouse;
pub mod protocol; pub mod protocol;
pub mod renderer;
pub mod scrollback; pub mod scrollback;
pub mod selection; pub mod selection;

1406
app/src/terminal/renderer.rs Normal file

File diff suppressed because it is too large Load Diff