mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
3d3fde7168
commit
d5c9496df7
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user