We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419250f commit c57d4c2Copy full SHA for c57d4c2
fixtures/ansi-codes.js
@@ -213,7 +213,7 @@ exports.otherCode = new Map([
213
['6n', ['Get cursor position', 'DSR']]
214
]);
215
216
-// urxvt escapes
+// URXVT escapes
217
exports.urxvt = new Map([
218
['[5~', ['URxvt.keysym.Prior']],
219
['[6~', ['URxvt.keysym.Next']],
fixtures/view-codes.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable guard-for-in */
2
'use strict';
3
const ansiRegex = require('..');
4
const ansiCodes = require('./ansi-codes');
0 commit comments