summaryrefslogtreecommitdiffstats
path: root/src/shell/history/entry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell/history/entry.rs')
-rw-r--r--src/shell/history/entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell/history/entry.rs b/src/shell/history/entry.rs
index ad931dc..56f378a 100644
--- a/src/shell/history/entry.rs
+++ b/src/shell/history/entry.rs
@@ -44,7 +44,7 @@ impl Entry {
offset: time::UtcOffset,
) {
let idx = self.env.idx();
- let size = vt.screen().size();
+ let size = out.screen().size();
let time = self.state.exit_info().map_or_else(
|| {
format!(