mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-18 00:44:28 +08:00
update files
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (Terminal){
|
||||
/**
|
||||
* setgCharset
|
||||
* @param g
|
||||
* @param charset
|
||||
*/
|
||||
Terminal.prototype.setgCharset = function (g, charset){
|
||||
this.charsets[g] = charset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user