update files

This commit is contained in:
nuintun
2015-11-24 22:44:46 +08:00
parent 194867d5b8
commit 8c49cd09d1
3 changed files with 20 additions and 12 deletions

View File

@@ -8,8 +8,8 @@ module.exports = function (Terminal){
Terminal.termName = 'xterm';
Terminal.geometry = [80, 24];
Terminal.cursorBlink = true;
Terminal.visualBell = false;
Terminal.popOnBell = false;
Terminal.visualBell = true;
Terminal.popOnBell = true;
Terminal.scrollback = 1000;
Terminal.screenKeys = false;
Terminal.programFeatures = false;

View File

@@ -3,8 +3,8 @@
*/
'use strict';
// ignore warnings regarging == and != (coersion makes things work here appearently)
// ignore warnings regarging == and != (coersion makes things work here appearently)
module.exports = function (Terminal){
Terminal.prototype.setupStops = function (i){
if (i != null) {