mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove parser states from xterm.js
This commit is contained in:
@@ -37,11 +37,6 @@ import { CHARSETS } from './Charsets';
|
||||
// Let it work inside Node.js for automated testing purposes.
|
||||
var document = (typeof window != 'undefined') ? window.document : null;
|
||||
|
||||
/**
|
||||
* States
|
||||
*/
|
||||
var normal = 0, escaped = 1, csi = 2, osc = 3, charset = 4, dcs = 5, ignore = 6;
|
||||
|
||||
/**
|
||||
* The amount of write requests to queue before sending an XOFF signal to the
|
||||
* pty process. This number must be small in order for ^C and similar sequences
|
||||
|
||||
Reference in New Issue
Block a user