Skip to content

Commit

Permalink
fix a few old XO issues for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Mar 27, 2022
1 parent 419250f commit c57d4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/ansi-codes.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ exports.otherCode = new Map([
['6n', ['Get cursor position', 'DSR']]
]);

// urxvt escapes
// URXVT escapes
exports.urxvt = new Map([
['[5~', ['URxvt.keysym.Prior']],
['[6~', ['URxvt.keysym.Next']],
Expand Down
1 change: 1 addition & 0 deletions fixtures/view-codes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable guard-for-in */
'use strict';
const ansiRegex = require('..');
const ansiCodes = require('./ansi-codes');
Expand Down

0 comments on commit c57d4c2

Please sign in to comment.