aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/term/mod.rs b/src/term/mod.rs
index 878229e2..5babaf2f 100644
--- a/src/term/mod.rs
+++ b/src/term/mod.rs
@@ -641,7 +641,6 @@ impl ansi::Handler for Term {
self.wrap = false;
}
-
{
let cell = &mut self.grid[&self.cursor];
*cell = self.template_cell;
@@ -654,9 +653,6 @@ impl ansi::Handler for Term {
self.wrap = true;
}
- // TODO handle auto wrap if auto wrap is enabled.
- // ESC[?h 57 code 104
-
}
#[inline]