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:
@@ -26,7 +26,7 @@ onconnect = function (event){
|
||||
switch (message.action) {
|
||||
case 'open':
|
||||
if (!xterm) {
|
||||
xterm = new AnsiTerminal(120, 60, 0);
|
||||
xterm = new AnsiTerminal(120, 80, 0);
|
||||
xterm.newline_mode = true;
|
||||
xterm.beep = function (){
|
||||
port.postMessage({
|
||||
|
Reference in New Issue
Block a user