]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Remove parser states from xterm.js
authorDaniel Imms <daimms@microsoft.com>
Mon, 16 Jan 2017 22:11:00 +0000 (14:11 -0800)
committerDaniel Imms <daimms@microsoft.com>
Mon, 16 Jan 2017 22:11:00 +0000 (14:11 -0800)
src/xterm.js

index 40de418a5ea0231fe525a101676694a7ff8faf1a..24a840c09250d4ff8d45c5c5f6f3a0bee5827304 100644 (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