mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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;
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user