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