mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
wipe contents before \k (#1811)
This commit is contained in:
parent
07ef0079fa
commit
0d63360011
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ export default class Term extends Component {
|
|||
}
|
||||
|
||||
clear() {
|
||||
this.term.wipeContents();
|
||||
this.term.onVTKeystroke('\f');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue