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 7141c07..c72f1dd 100644
--- a/src/screen.rs
+++ b/src/screen.rs
@@ -624,6 +624,7 @@ impl Screen {
}
}
self.grid_mut().col_wrap(wrap_width, wrap);
+ let pos = self.grid().pos();
if width == 0 {
if pos.col > 0 {