aboutsummaryrefslogtreecommitdiffstats
path: root/src/grid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/grid.rs')
-rw-r--r--src/grid.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grid.rs b/src/grid.rs
index e6098a9..571918b 100644
--- a/src/grid.rs
+++ b/src/grid.rs
@@ -100,7 +100,7 @@ impl Grid {
.expect("cursor not pointing to a cell")
}
- pub fn window_contents(
+ pub fn contents(
&self,
row_start: u16,
col_start: u16,
@@ -116,7 +116,7 @@ impl Grid {
contents
}
- pub fn window_contents_formatted(
+ pub fn contents_formatted(
&self,
row_start: u16,
col_start: u16,