mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-17 08:26:17 +08:00
update files
This commit is contained in:
11
static/js/terminal/lib/esc/tabSet.js
Normal file
11
static/js/terminal/lib/esc/tabSet.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
var states = require('../states');
|
||||
|
||||
module.exports = function (Terminal){
|
||||
|
||||
// ESC H Tab Set (HTS is 0x88).
|
||||
Terminal.prototype.tabSet = function (){
|
||||
this.tabs[this.x] = true;
|
||||
this.state = states.normal;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user