1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Separate keystrokes each editing mode

ee23e6f3f8
This commit is contained in:
aycabta 2021-04-05 16:03:53 +09:00 committed by Nobuyoshi Nakada
parent 16f31da92e
commit 5543695a19
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
7 changed files with 128 additions and 69 deletions

View file

@ -13,7 +13,8 @@ class Reline::GeneralIO
false
end
RAW_KEYSTROKE_CONFIG = {}
def self.set_default_key_bindings(_)
end
@@buf = []