Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
rlidwka committed May 9, 2015
commit 84c380ddb386c5e3c32e0066b281890c35855b1c
12 changes: 6 additions & 6 deletions lib/readline.js
Original file line number Diff line number Diff line change
Expand Up @@ -982,12 +982,12 @@ function* emitKeys(stream) {
var s = ch;
var escaped = false;
var key = {
sequence: null,
name: undefined,
ctrl: false,
meta: false,
shift: false
};
sequence: null,
name: undefined,
ctrl: false,
meta: false,
shift: false
};

if (ch === '\x1b') {
escaped = true;
Expand Down