1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/reline
manga_osyo 97a569c648 [ruby/reline] Memoize path of .inputrc [Ref #319]
When `ENV["HOME"] = "foo"` on irb, an exception is raised when retrieving the path of `.inputrc`.
Memoize the path of `.inputrc` and don't get the path after the second time.

https://github.com/ruby/reline/commit/7b90b16165
2021-09-06 07:05:52 +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] Add autocompletion on emacs mode by Tab / S-Tab 2021-08-30 02:37:23 +09:00
config.rb [ruby/reline] Memoize path of .inputrc [Ref #319] 2021-09-06 07:05:52 +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] No need to use max_by when array.size == 1 2021-09-06 05:23:55 +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] Set scrollbar color 2021-09-06 05:35:03 +09:00
reline.gemspec [ruby/reline] Moved development dependencies to Gemfile 2021-04-08 21:41:00 +09:00
terminfo.rb Check the result of tigetstr 2021-08-06 13:34:25 +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.7 2021-09-04 02:17:50 +09:00
windows.rb [ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+key 2021-09-03 04:27:53 +09:00