Fixed terminal clear screen

This commit is contained in:
Mikayla Maki 2022-08-04 20:59:09 -07:00
parent 45ea704eff
commit 83449c95b0

View file

@ -89,6 +89,7 @@ impl ConnectedView {
fn clear(&mut self, _: &Clear, cx: &mut ViewContext<Self>) {
self.terminal.update(cx, |term, _| term.clear());
cx.notify();
}
///Attempt to paste the clipboard into the terminal