mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-17 16:34:25 +08:00
update files
This commit is contained in:
10
static/js/terminal/lib/setgCharset.js
Normal file
10
static/js/terminal/lib/setgCharset.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (Terminal){
|
||||
Terminal.prototype.setgCharset = function (g, charset){
|
||||
this.charsets[g] = charset;
|
||||
if (this.glevel === g) {
|
||||
this.charset = charset;
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user