aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.rs')
-rw-r--r--src/screen.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.rs b/src/screen.rs
index 1aa9321..1d4eda0 100644
--- a/src/screen.rs
+++ b/src/screen.rs
@@ -69,6 +69,7 @@ impl Default for MouseProtocolEncoding {
}
}
+/// Represents the overall terminal state.
#[derive(Clone, Debug)]
pub struct Screen {
grid: crate::grid::Grid,