diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2019-04-18 22:33:31 -0400 |
---|---|---|
committer | Nathan Lilienthal <nathan@nixpulvis.com> | 2019-04-18 22:33:57 -0400 |
commit | badc41e1d02eb0ed22520eda529b254216b9a2fc (patch) | |
tree | 40adf5ee40cb60fbfee6826f5ef47d503431bd07 | |
parent | ab8fddd5938024beca3a97eab9022db07f675a3c (diff) | |
download | alacritty-badc41e1d02eb0ed22520eda529b254216b9a2fc.tar.gz alacritty-badc41e1d02eb0ed22520eda529b254216b9a2fc.zip |
Remove outdated comment line.
-rw-r--r-- | src/term/mod.rs | 1 |
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(), } } |