We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b286f21 commit ee3b362Copy full SHA for ee3b362
1 file changed
src/common/parser/EscapeSequenceParser.ts
@@ -76,7 +76,7 @@ const NON_ASCII_PRINTABLE = 0xA0;
76
* VT500 compatible transition table.
77
* Taken from https://vt100.net/emu/dec_ansi_parser.
78
*/
79
-export const VT500_TRANSITION_TABLE = (function(): TransitionTable {
+export const VT500_TRANSITION_TABLE = (function (): TransitionTable {
80
const table: TransitionTable = new TransitionTable(4095);
81
82
// range macro for byte
0 commit comments