refactor(terminal): split renderer module
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
1406
app/src/terminal/renderer.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user