ruby/lib/reline
ima1zumi 5f1975a454 [ruby/reline] @convert_meta is true unless 8-bit characters
If Reline::IOGate.encoding contains 7-bit characters, convert-meta will set it On.

Because in readline(3):

>  The default is On, but readline will set it to Off if the locale contains eight-bit characters.

As far as I know, 7-bit encoding used in terminals is only US-ASCII.

https://github.com/ruby/reline/commit/b71d1fa496
2021-12-10 22:19:14 +09:00
..
key_actor [ruby/reline] Separate keystrokes each editing mode 2021-04-08 21:41:00 +09:00
unicode [ruby/reline] Improve the performance of `get_mbchar_width` 2020-12-05 02:58:58 +09:00
ansi.rb [ruby/reline] No need to check `x > 0` 2021-12-03 00:39:30 +09:00
config.rb [ruby/reline] @convert_meta is true unless 8-bit characters 2021-12-10 22:19:14 +09:00
general_io.rb Reline::GeneralIO should work fine without tty 2021-09-01 17:29:01 +09:00
history.rb [ruby/reline] Negative history_size means unlimited 2020-04-29 19:13:14 +09:00
key_actor.rb Add Reline as a fallback library for Readline 2019-04-30 11:44:20 +09:00
key_stroke.rb [ruby/reline] Execute compress_meta_key if convert_meta is on 2021-12-10 22:19:14 +09:00
kill_ring.rb [ruby/reline] Add Enumerable to KillRing for debugging 2020-12-19 02:12:11 +09:00
line_editor.rb [ruby/reline] Correct padding space calculation 2021-11-21 13:56:26 +09:00
reline.gemspec [ruby/reline] Moved development dependencies to Gemfile 2021-04-08 21:41:00 +09:00
terminfo.rb [ruby/reline] Rescue LoadError to require 'fiddle' 2021-10-11 21:34:31 +09:00
unicode.rb [ruby/reline] Add that Reline::Unicode.take_range is cutting based on width 2021-09-06 05:22:36 +09:00
version.rb [ruby/reline] Version 0.2.8.pre.11 2021-10-09 23:27:40 +09:00
windows.rb [ruby/reline] unleash real pasting speed 2021-12-10 22:18:26 +09:00