index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2025-01-05
[ruby/reline] Fix bracketed paste and scrolling bug
tomoya ishida
2024-12-16
[ruby/reline] Change quoted_insert and bracketed_paste to a single
tomoya ishida
2024-12-06
[ruby/reline] Combine MAPPINGS(single byte input to symbol) with
tomoya ishida
2024-12-02
[ruby/reline] Implement buffered output to Reline::ANSI
tomoya ishida
2024-11-26
[ruby/reline] KeyStroke handles multibyte character
tomoya ishida
2024-11-14
[ruby/reline] Drop loading terminfo, remove fiddle dependency in
tomoya ishida
2024-10-22
[ruby/reline] Use IO's encoding instead of Encoding.default_external
Wu
2024-10-02
[ruby/reline] Add a timeout to cursor_pos
tomoya ishida
2024-09-03
[ruby/reline] Fix redisplay/insert_text called from pre_input_hook
tomoya ishida
2024-07-12
[ruby/reline] Fix rendering bug of nomultiline prompt
tomoya ishida
2024-06-05
[ruby/reline] Refactor input key reading
tomoya ishida
2024-06-04
Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...
Takashi Kokubun
2024-06-03
Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not."
Takashi Kokubun
2024-06-03
[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO is not.
tomoya ishida
2024-06-03
[ruby/reline] Improve key binding match/matching check
tomoya ishida
2024-06-01
[ruby/reline] Overhaul io gate structure
Stan Lo
2024-05-08
[ruby/reline] Implement bracketed paste insert
tomoya ishida
2024-05-02
[ruby/reline] Fix default and additional key bindings vanish bug
tomoya ishida
2024-05-02
[ruby/reline] Avoid reading .inputrc repeatedly
Mari Imaizumi
2024-04-30
[ruby/reline] Fix completion dialog position when completed part is
tomoya ishida
2024-04-05
[ruby/reline] Thread safe readline
tomoya ishida
2024-04-05
[ruby/reline] Always call finalize and deprep
tomoya ishida
2024-04-04
[ruby/reline] Handle INT signal correctly, remove handle_cleared
tomoya ishida
2024-04-01
[ruby/reline] Refactor completion
tomoya ishida
2024-03-24
[ruby/reline] Disable dialog proc if TERM=dumb
tomoya ishida
2024-03-19
[ruby/reline] Reline 0.5.0.pre
tomoya ishida
2023-11-06
[ruby/reline] Introduce a new class Reline::Face to configure
HASUMI Hitoshi
2023-08-20
[ruby/reline] Use fdiv for keyseq_timeout msec to sec conversion
tomoya ishida
2023-08-20
[ruby/reline] Remove Timeout usage
Stan Lo
2023-07-07
[ruby/reline] Reduce direct references to `Reline::IOGate`
Stan Lo
2023-07-05
[ruby/reline] Update Relin::IOGate dinamically when it is needed
tomoya ishida
2023-07-04
[ruby/reline] Refactor Reline::Core
Stan Lo
2023-06-20
[ruby/reline] Omit constant under Struct
Yuta Kusuno
2023-05-27
[ruby/reline] Use appropriate dialog height and reduce screen pushup
tomoya ishida
2023-04-15
[ruby/reline] Change Reline.add_dialog_proc(name, nil) to properly
tomoya ishida
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-02-07
[ruby/reline] Add comment for unused constants
ima1zumi
2022-12-05
[ruby/reline] Remove unapproved color setting APIs
Stan Lo
2022-09-01
[ruby/reline] Support dumb terminal
Nobuyoshi Nakada
2022-07-22
[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*
st0012
2022-07-16
[ruby/reline] Use color name instead of code (integer) in dialog color APIs
st0012
2022-06-27
[ruby/reline] Enable to change the background color of dialogs. (https://gith...
pocari
2022-06-13
[ruby/reline] Check the ambiguous char width only on tty
Nobuyoshi Nakada
2021-12-21
[ruby/reline] Finalize when exception occurred
aycabta
2021-12-21
[ruby/reline] Split off set_signal_handler method
aycabta
2021-12-20
[ruby/reline] Add support for overwriting dialog proc with the same name
aycabta
2021-12-20
[ruby/reline] Add Reline.dialog_proc(name_sym)
aycabta
2021-10-11
[ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...
aycabta
2021-10-02
[ruby/reline] Refactoring Reline::Key.match? and add test.
manga_osyo
[next]