mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 00:44:28 +08:00
update files
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
module.exports = function (Terminal){
|
||||
// CSI ! p Soft terminal reset (DECSTR).
|
||||
// http://vt100.net/docs/vt220-rm/table4-10.html
|
||||
Terminal.prototype.softReset = function (params){
|
||||
Terminal.prototype.softReset = function (){
|
||||
this.cursorHidden = false;
|
||||
this.insertMode = false;
|
||||
this.originMode = false;
|
||||
|
||||
Reference in New Issue
Block a user