1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/reline
Nobuyoshi Nakada 59e8569cf9 [ruby/reline] Support dumb terminal
The "dumb" terminal is considered only on MSys tty now.  However, the
`TERM` feature has been used on many Unix-like systems for decades,
not MSys specific.

https://github.com/ruby/reline/commit/53fd51ab62
2022-09-01 16:36:16 +09:00
..
windows
yamatanooroti [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_repl 2022-01-16 22:09:32 +09:00
helper.rb [ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on Windows 2021-12-24 15:01:17 +09:00
test_config.rb [ruby/reline] Rename dialog_pointer_* to dialog_highlight_* 2022-07-22 23:34:49 +09:00
test_history.rb
test_key_actor_emacs.rb [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
test_key_actor_vi.rb [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "unix-line-discard" 2021-12-24 18:23:28 +09:00
test_key_stroke.rb
test_kill_ring.rb
test_macro.rb
test_reline.rb [ruby/reline] Support dumb terminal 2022-09-01 16:36:16 +09:00
test_reline_key.rb
test_string_processing.rb
test_terminfo.rb [ruby/reline] Check capname of tigetstr/tigetflag/tigetnum 2022-01-02 11:44:07 +09:00
test_unicode.rb
test_within_pipe.rb