Skip to content

Commit c57d4c2

Browse files
committed
fix a few old XO issues for backport
1 parent 419250f commit c57d4c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fixtures/ansi-codes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exports.otherCode = new Map([
213213
['6n', ['Get cursor position', 'DSR']]
214214
]);
215215

216-
// urxvt escapes
216+
// URXVT escapes
217217
exports.urxvt = new Map([
218218
['[5~', ['URxvt.keysym.Prior']],
219219
['[6~', ['URxvt.keysym.Next']],

fixtures/view-codes.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable guard-for-in */
12
'use strict';
23
const ansiRegex = require('..');
34
const ansiCodes = require('./ansi-codes');

0 commit comments

Comments
 (0)