summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2019-04-18 22:33:31 -0400
committerNathan Lilienthal <nathan@nixpulvis.com>2019-04-18 22:33:57 -0400
commitbadc41e1d02eb0ed22520eda529b254216b9a2fc (patch)
tree40adf5ee40cb60fbfee6826f5ef47d503431bd07
parentab8fddd5938024beca3a97eab9022db07f675a3c (diff)
Remove outdated comment line.
-rw-r--r--src/term/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term/mod.rs b/src/term/mod.rs
index 9ab0aad9..3178de4c 100644
--- a/src/term/mod.rs
+++ b/src/term/mod.rs
@@ -1952,7 +1952,6 @@ impl ansi::Handler for Term {
cell.reset(&template);
}
},
- // If scrollback is implemented, this should clear it
ansi::ClearMode::Saved => self.grid.clear_history(),
}
}