mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Fix clearscreen on \e[?1049l
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
5
butterfly/static/main.min.js
vendored
5
butterfly/static/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -2421,7 +2421,7 @@ class Terminal
|
||||
@scrollBottom = @normal.scrollBottom
|
||||
@tabs = @normal.tabs
|
||||
@normal = null
|
||||
@refresh(true)
|
||||
@reset()
|
||||
@showCursor()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user