Fix clearscreen on \e[?1049l

This commit is contained in:
Florian Mounier
2015-04-30 18:56:59 +02:00
parent 5aac9886c5
commit 807d40bf9f
3 changed files with 5 additions and 4 deletions

View File

@@ -2329,7 +2329,7 @@
this.scrollBottom = this.normal.scrollBottom;
this.tabs = this.normal.tabs;
this.normal = null;
this.refresh(true);
this.reset();
return this.showCursor();
}
}

File diff suppressed because one or more lines are too long

View File

@@ -2421,7 +2421,7 @@ class Terminal
@scrollBottom = @normal.scrollBottom
@tabs = @normal.tabs
@normal = null
@refresh(true)
@reset()
@showCursor()