update files

This commit is contained in:
nuintun
2015-11-25 16:24:45 +08:00
parent 21b15e8a2f
commit 1efef2d5bc
3 changed files with 4 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ function Terminal(options){
options.handler = typeof options.handler === 'function' ? options.handler : function (){};
this.handler = options.handler;
options.convertEol = options.convertEol === false;
options.convertEol = options.convertEol !== false;
this.convertEol = options.convertEol;
this.options = options;