index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reline
/
test_key_stroke.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2024-12-06
[ruby/reline] Combine MAPPINGS(single byte input to symbol) with
tomoya ishida
2024-11-27
[ruby/reline] fix/omit test that fail in encoding=US_ASCII
tomoya ishida
2024-11-26
[ruby/reline] KeyStroke handles multibyte character
tomoya ishida
2024-06-05
[ruby/reline] Refactor input key reading
tomoya ishida
2024-06-03
[ruby/reline] Improve key binding match/matching check
tomoya ishida
2023-07-08
[ruby/reline] Ignore unhandled escape sequences
tomoya ishida
2021-09-06
[ruby/reline] Add a test for key bindings with Reline::Key
aycabta
2021-09-06
[ruby/reline] Add a test for oneshot key bindings
aycabta
2021-09-06
[ruby/reline] Rename a temporary test name to appropriate one
aycabta
2020-08-18
[ruby/reline] Use single quotes for non-expanded string literals
aycabta
2019-06-01
Use inputrc data for keystroke setting
aycabta
2019-05-24
Support Meta key in Reline
aycabta
2019-04-30
Add Reline as a fallback library for Readline
aycabta