diff options
author | Michael Brumlow <mbrumlow@gmail.com> | 2017-01-07 17:17:46 -0600 |
---|---|---|
committer | Michael Brumlow <mbrumlow@gmail.com> | 2017-01-07 17:17:46 -0600 |
commit | c106ee6601e655dc822ca10d16292837ad29c1e2 (patch) | |
tree | 9b6f177b43f4aacc4ee6a6a87943234bb528cab6 | |
parent | 24453fa698150e4e980339a11ecc3fbdb2ee4914 (diff) | |
download | alacritty-c106ee6601e655dc822ca10d16292837ad29c1e2.tar.gz alacritty-c106ee6601e655dc822ca10d16292837ad29c1e2.zip |
Removing stale comment.
-rw-r--r-- | src/term/mod.rs | 4 |
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] |