Skip to content

Commit

Permalink
add CTRL_R to repl precompile (#48539)
Browse files Browse the repository at this point in the history
Co-authored-by: robsmith11 <robsmith11@github.com>
  • Loading branch information
robsmith11 and robsmith11 authored Feb 5, 2023
1 parent 4e5360c commit 7827b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const fancyprint = (stdout isa Base.TTY) && Base.get_bool_env("CI", false) !== t
##

CTRL_C = '\x03'
CTRL_R = '\x12'
UP_ARROW = "\e[A"
DOWN_ARROW = "\e[B"

Expand Down Expand Up @@ -69,6 +70,7 @@ display([1 2; 3 4])
@time 1+1
; pwd
$CTRL_C
$CTRL_R$CTRL_C
? reinterpret
using Ra\t$CTRL_C
\\alpha\t$CTRL_C
Expand Down

0 comments on commit 7827b08

Please sign in to comment.