wipe contents before \k (#1811)

This commit is contained in:
Philippe Potvin 2017-05-26 12:41:43 -04:00 committed by Albin Ekblom
parent 07ef0079fa
commit 0d63360011

View file

@ -177,6 +177,7 @@ export default class Term extends Component {
}
clear() {
this.term.wipeContents();
this.term.onVTKeystroke('\f');
}