mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
@@ -26,7 +26,7 @@ onconnect = function (event){
|
|||||||
switch (message.action) {
|
switch (message.action) {
|
||||||
case 'open':
|
case 'open':
|
||||||
if (!xterm) {
|
if (!xterm) {
|
||||||
xterm = new AnsiTerminal(120, 60, 0);
|
xterm = new AnsiTerminal(120, 80, 0);
|
||||||
xterm.newline_mode = true;
|
xterm.newline_mode = true;
|
||||||
xterm.beep = function (){
|
xterm.beep = function (){
|
||||||
port.postMessage({
|
port.postMessage({
|
||||||
|
Reference in New Issue
Block a user