mirror of
https://github.com/nuintun/command-manager.git
synced 2025-08-02 18:09:34 +08:00
update files
This commit is contained in:
parent
9bef05d523
commit
e90d05c1bc
@ -40,7 +40,7 @@ module.exports = function (Terminal){
|
|||||||
|
|
||||||
snd.play();
|
snd.play();
|
||||||
|
|
||||||
if (!Terminal.visualBell) return;
|
if (!this.visualBell) return;
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ module.exports = function (Terminal){
|
|||||||
self.element.style.borderColor = '';
|
self.element.style.borderColor = '';
|
||||||
}, 10);
|
}, 10);
|
||||||
|
|
||||||
if (Terminal.popOnBell) this.focus();
|
if (this.popOnBell) this.focus();
|
||||||
};
|
};
|
||||||
|
|
||||||
Terminal.prototype.write = function (data){
|
Terminal.prototype.write = function (data){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user