update files

This commit is contained in:
nuintun
2015-11-25 16:34:30 +08:00
parent 1573efbbe7
commit a933612c48
2 changed files with 5 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
module.exports = function (Terminal){
Terminal.termName = 'xterm';
Terminal.geometry = [120, 100];
Terminal.geometry = [100, 80];
Terminal.cursorBlink = true;
Terminal.visualBell = true;
Terminal.popOnBell = true;