mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-21 02:41:23 +08:00
update files
This commit is contained in:
@@ -28,6 +28,12 @@ onconnect = function (event){
|
||||
if (!xterm) {
|
||||
xterm = new AnsiTerminal(120, 60, 0);
|
||||
xterm.newline_mode = true;
|
||||
xterm.beep = function (){
|
||||
port.postMessage({
|
||||
exec: 'beep',
|
||||
name: message.name
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
send(message.name, xterm);
|
||||
|
Reference in New Issue
Block a user