From 26cacf15952793ad870e315c4291deee67808b0a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Nov 2021 18:55:34 -0500 Subject: more wrapping bugs --- src/grid.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/grid.rs') diff --git a/src/grid.rs b/src/grid.rs index d2eafff..173910a 100644 --- a/src/grid.rs +++ b/src/grid.rs @@ -473,7 +473,6 @@ impl Grid { let pos = self.pos; let row = self.current_row_mut(); for col in pos.col..((pos.col + count).min(size.cols)) { - row.clear_wide(col); row.erase(col as usize, attrs); } } -- cgit v1.2.3-54-g00ecf