mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-20 10:35:53 +08:00
update files
This commit is contained in:
11
static/js/terminal/lib/states.js
Normal file
11
static/js/terminal/lib/states.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
normal: 0
|
||||
, escaped: 1
|
||||
, csi: 2
|
||||
, osc: 3
|
||||
, charset: 4
|
||||
, dcs: 5
|
||||
, ignore: 6
|
||||
};
|
||||
Reference in New Issue
Block a user