update files

This commit is contained in:
nuintun
2015-11-27 09:08:57 +08:00
parent 3c55106936
commit b6eedc11dc
37 changed files with 6 additions and 3494 deletions

View File

@@ -11,7 +11,7 @@ module.exports = function (Terminal){
* @param y
*/
Terminal.prototype.resize = function (x, y){
var line, i, j, ch;
var i, j, ch;
if (x < 1) x = 1;