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