Removing stale comment.

This commit is contained in:
Michael Brumlow 2017-01-07 17:17:46 -06:00
parent 24453fa698
commit c106ee6601
1 changed files with 0 additions and 4 deletions

View File

@ -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]