Skip to content

Commit

Permalink
REPL: passthru ctrl-arrow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Dec 17, 2014
1 parent a2ff1ea commit f5173b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/LineEdit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ const prefix_history_keymap = AnyDict(
match_input(keymap(ps, mode(s)), s, IOBuffer(c))(s, keymap_data(ps, mode(s)))
end,
# match escape sequences for pass thru
"\e[1;5*" => "*", # Ctrl-Arrow
"\e*" => "*",
"\e[*" => "*",
"\e[1~" => "*",
Expand Down

0 comments on commit f5173b9

Please sign in to comment.