Age | Commit message (Expand) | Author |
---|
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 |
2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta |
2021-09-07 | [ruby/reline] Use Symbol for method names | aycabta |
2021-09-06 | [ruby/reline] Limit number of chars only when completion source text (pointer... | aycabta |
2021-09-06 | [ruby/reline] Cut out read_2nd_character_of_key_sequence | aycabta |
2021-09-06 | [ruby/reline] Use combined_key if it exists when comparing Reline::Key and In... | aycabta |
2021-09-06 | [ruby/reline] Allow Reline::KeyStroke to compare raw and meta-key processed k... | aycabta |
2021-09-06 | [ruby/reline] Support for key bindings result Symbol in Reline::Key | aycabta |
2021-09-06 | [ruby/reline] Add Reline::Key#== as an alias to Reline::Key#match? | aycabta |