mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-17 08:26:17 +08:00
update files
This commit is contained in:
13
static/js/terminal/lib/options.js
Normal file
13
static/js/terminal/lib/options.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (Terminal){
|
||||
Terminal.termName = 'xterm';
|
||||
Terminal.geometry = [80, 24];
|
||||
Terminal.cursorBlink = true;
|
||||
Terminal.visualBell = false;
|
||||
Terminal.popOnBell = false;
|
||||
Terminal.scrollback = 1000;
|
||||
Terminal.screenKeys = false;
|
||||
Terminal.programFeatures = false;
|
||||
Terminal.debug = false;
|
||||
};
|
||||
Reference in New Issue
Block a user