mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
better comments
This commit is contained in:
@@ -22,7 +22,7 @@ export const enum ParserState {
|
||||
DCS_INTERMEDIATE = 12,
|
||||
DCS_PASSTHROUGH = 13,
|
||||
APC_STRING = 14,
|
||||
// Number of states. States must be continuous and this must be LAST_STATE + 1.
|
||||
// Number of states, meaning LAST_STATE + 1.
|
||||
STATE_LENGTH = 15
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user