Remove parser states from xterm.js

This commit is contained in:
Daniel Imms
2017-01-16 14:11:00 -08:00
parent 5e1ccb358b
commit 1cdd2e00ab
-5
View File
@@ -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