aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brumlow <mbrumlow@gmail.com>2017-01-07 17:17:46 -0600
committerMichael Brumlow <mbrumlow@gmail.com>2017-01-07 17:17:46 -0600
commitc106ee6601e655dc822ca10d16292837ad29c1e2 (patch)
tree9b6f177b43f4aacc4ee6a6a87943234bb528cab6
parent24453fa698150e4e980339a11ecc3fbdb2ee4914 (diff)
downloadalacritty-c106ee6601e655dc822ca10d16292837ad29c1e2.tar.gz
alacritty-c106ee6601e655dc822ca10d16292837ad29c1e2.zip
Removing stale comment.
-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]