mirror of
https://github.com/nuintun/command-manager.git
synced 2025-07-23 11:19:38 +08:00
update files
This commit is contained in:
parent
adaae4a380
commit
21b15e8a2f
@ -6,11 +6,11 @@
|
||||
|
||||
module.exports = function (Terminal){
|
||||
Terminal.termName = 'xterm';
|
||||
Terminal.geometry = [10, 24];
|
||||
Terminal.geometry = [120, 100];
|
||||
Terminal.cursorBlink = true;
|
||||
Terminal.visualBell = true;
|
||||
Terminal.popOnBell = true;
|
||||
Terminal.scrollback = 1000;
|
||||
Terminal.scrollback = 600;
|
||||
Terminal.screenKeys = false;
|
||||
Terminal.programFeatures = false;
|
||||
Terminal.debug = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user