-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Some other REPL ignores unknown escape sequence such as
\e🐔
\e[🐧
\eO🐣
\e[1🐦
\e[2;3🐤
# node ignores it all. python and php beep sound in some of these.
# to input, type esc + paste quickly
When you input these escape sequence, IRB will insert it into input buffer and displayed in screen.

Here are other examples irb does not handle and displays escape sequence. (I tried in Mac Terminal.app)
option+up option+down option+[aeghijkmoqrsvyzAEGHIJKMOQRSTVYZ!@#$%... and more] ctrl+o ctrl+w f1 ~ f12 option + f1 ~ option + f12
We cannot implement every existing escape sequence input right now, so we first need to ignore these unknown or unimplemented escape sequence input.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request