update files

This commit is contained in:
nuintun
2015-11-24 23:13:29 +08:00
parent 8c49cd09d1
commit 3efac1f18a
2 changed files with 12 additions and 14 deletions

View File

@@ -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;