ruby/lib/reline
aycabta b0cc46b484 [ruby/reline] The config file must accept any character encoding
In Japan, so many programmers used EUC-JP to write text files that contain
Japanese. Many .inputrc files which contain EUC-JP are still being copied and
used. This commit supports the whole encoding of what user set including UTF-8.

ref. https://github.com/ruby/reline/pull/280

https://github.com/ruby/reline/commit/0b45022e16
2021-06-21 17:58:48 +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] Separate keystrokes each editing mode 2021-04-08 21:41:00 +09:00
config.rb [ruby/reline] The config file must accept any character encoding 2021-06-21 17:58:48 +09:00
general_io.rb [ruby/reline] The config file must accept any character encoding 2021-06-21 17:58:48 +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] Use single quotes for non-expanded string literals 2020-08-18 19:08:11 +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] Reset @rest_height when clear screen 2021-04-02 17:33:48 +09:00
reline.gemspec [ruby/reline] Moved development dependencies to Gemfile 2021-04-08 21:41:00 +09:00
unicode.rb [ruby/reline] Return 1 when char width not found 2021-02-21 06:41:03 +09:00
version.rb [ruby/reline] Version 0.2.5 2021-04-03 01:28:42 +09:00
windows.rb [ruby/reline] Use ReadConsoleInputW() instead of getwch() 2021-06-21 17:58:48 +09:00