mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-20 18:45:45 +08:00
update files
This commit is contained in:
16
bin/terminal/lib/setgLevel.js
Normal file
16
bin/terminal/lib/setgLevel.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Created by nuintun on 2015/11/24.
|
||||
*/
|
||||
|
||||
'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