ruby/test/reline
tomoya ishida 8f3a6ebcf4 [ruby/reline] Drop loading terminfo, remove fiddle dependency in
non-windows environment.
(https://github.com/ruby/reline/pull/769)

Reline works perfectly in most major terminal emulators without terminfo.
In minor/old terminal emulator, we used to get key bindings from terminfo, but I think it is not used so much.

https://github.com/ruby/reline/commit/3ceba3bff7
2024-11-14 23:14:18 +00:00
..
windows [ruby/reline] Rename `matches?` as `match?` 2024-10-03 10:38:38 +00:00
yamatanooroti [ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775) 2024-11-08 03:28:57 +00:00
helper.rb [ruby/reline] Use IO's encoding instead of Encoding.default_external 2024-10-22 14:43:18 +00:00
test_ansi.rb [ruby/reline] Drop loading terminfo, remove fiddle dependency in 2024-11-14 23:14:18 +00:00
test_config.rb [ruby/reline] Allow utf-8 safe meta key mapping in inputrc 2024-10-06 23:35:06 +00:00
test_face.rb [ruby/reline] Fallback to 256color if COLORTERM != truecolor 2023-11-13 12:42:31 +00:00
test_history.rb [ruby/reline] Fix Reline crash with invalid encoding history 2024-10-01 17:01:38 +00:00
test_key_actor_emacs.rb [ruby/reline] Refactor perform_completon 2024-11-11 15:31:04 +00:00
test_key_actor_vi.rb [ruby/reline] Use IO's encoding instead of Encoding.default_external 2024-10-22 14:43:18 +00:00
test_key_stroke.rb [ruby/reline] Refactor input key reading 2024-06-05 04:04:09 +00:00
test_kill_ring.rb
test_line_editor.rb [ruby/reline] Use IO's encoding instead of Encoding.default_external 2024-10-22 14:43:18 +00:00
test_macro.rb [ruby/reline] Use IO's encoding instead of Encoding.default_external 2024-10-22 14:43:18 +00:00
test_reline.rb [ruby/reline] Fix tempfile leaks 2024-10-05 17:02:51 +00:00
test_reline_key.rb [ruby/reline] Improve key binding match/matching check 2024-06-03 13:15:05 +00:00
test_string_processing.rb [ruby/reline] Use IO's encoding instead of Encoding.default_external 2024-10-22 14:43:18 +00:00
test_unicode.rb [ruby/reline] Refactor perform_completon 2024-11-11 15:31:04 +00:00
test_within_pipe.rb [ruby/reline] Fix default and additional key bindings vanish bug 2024-05-02 14:41:07 +00:00