mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -22,7 +22,7 @@ function Terminal(opts){
|
||||
this.y = 0;
|
||||
this.cursorState = 0;
|
||||
this.cursorHidden = false;
|
||||
this.convertEol = false;
|
||||
this.convertEol = true;
|
||||
this.state = states.normal;
|
||||
this.queue = '';
|
||||
this.scrollTop = 0;
|
||||
|
Reference in New Issue
Block a user