Age | Commit message (Expand) | Author |
---|
2024-10-13 | [ruby/reline] Support continuous tab completion | tomoya ishida |
2024-10-12 | [DOC] Fix spelling | John Bampton |
2024-10-07 | [ruby/reline] Add cursor keys for application keypad mode to default | tomoya ishida |
2024-10-06 | [ruby/reline] Allow utf-8 safe meta key mapping in inputrc | tomoya ishida |
2024-10-03 | [ruby/reline] Rename `matches?` as `match?` | Nobuyoshi Nakada |
2024-10-02 | [ruby/reline] Fix incremental search cancel bug | tomoya ishida |
2024-10-02 | [ruby/reline] Add a timeout to cursor_pos | tomoya ishida |
2024-10-01 | [ruby/reline] Fix Reline crash with invalid encoding history | tomoya ishida |
2024-09-05 | [ruby/reline] Bump version to 0.5.10 | Mari Imaizumi |
2024-09-04 | [ruby/reline] Split render_differential to LineEditor's rendering | tomoya ishida |
2024-09-03 | [ruby/reline] Add test for reset_variables in Reline::Config | Mari Imaizumi |
2024-09-03 | [ruby/reline] Fix redisplay/insert_text called from pre_input_hook | tomoya ishida |
2024-09-02 | [ruby/reline] Get console handle again and retry when Win32API call | tomoya ishida |
2024-08-31 | [ruby/reline] Implement re-read-init-file | Mari Imaizumi |
2024-08-29 | [ruby/reline] Calculate mbchar width with bsearch | tomoya ishida |
2024-08-27 | [ruby/reline] Remove unused variables | Mari Imaizumi |
2024-08-20 | [ruby/reline] typofix | Hiroshi SHIBATA |
2024-07-29 | [ruby/reline] Fix memory in setupterm | Peter Zhu |
2024-07-12 | [ruby/reline] Fix rendering bug of nomultiline prompt | tomoya ishida |
2024-06-25 | [ruby/reline] Rerender and enter raw mode again by SIGCONT | tomoya ishida |
2024-06-18 | [ruby/reline] Fix vi_yank or vi_delete_meta copies nil bug | tomoya ishida |
2024-06-12 | [ruby/reline] Bump version to 0.5.9 | Mari Imaizumi |
2024-06-10 | [ruby/reline] Add more fallbacks when terminfo is not available | tomoya ishida |
2024-06-10 | [ruby/reline] Suppress warning(Ruby 3.4) requiring fiddle from | tomoya ishida |
2024-06-06 | [ruby/reline] Remove instance variable @first_char | tomoya ishida |
2024-06-05 | [ruby/reline] Refactor input key reading | tomoya ishida |
2024-06-04 | [ruby/reline] Ensure no escape sequence before printing prompt | 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] In ed_search_[prev|next]_history, make the cursor come | Hiroaki Osawa |
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-29 | [ruby/reline] Bump version to 0.5.8 | Mari Imaizumi |
2024-05-27 | [ruby/reline] Implement the redo command | verdy89 |
2024-05-26 | [ruby/reline] allow space in config value | Go |
2024-05-22 | [ruby/reline] Catches Errno::ENODEV and Errno::EBADF in | Vladimir Támara Patiño |
2024-05-14 | [ruby/reline] Bump version to 0.5.7 | Mari Imaizumi |
2024-05-14 | [ruby/reline] Implement the undo command | Mari Imaizumi |
2024-05-10 | [ruby/reline] Avoid STDIN.winsize called in `require "reline"` | tomoya ishida |
2024-05-09 | [ruby/reline] Bump version to 0.5.6 | Mari Imaizumi |
2024-05-08 | [ruby/reline] Implement bracketed paste insert | tomoya ishida |
2024-05-05 | [ruby/reline] Remove not implemented variables | Mari Imaizumi |
2024-05-05 | [ruby/reline] Add name defined in readline to completion key | tomoya ishida |
2024-05-02 | [ruby/reline] Bump version to 0.5.5 | Mari Imaizumi |
2024-05-02 | [ruby/reline] Fix default and additional key bindings vanish bug | tomoya ishida |
2024-05-02 | [ruby/reline] Fix prompt width calculation bug. Test with colored | tomoya ishida |
2024-05-02 | [ruby/reline] Avoid reading .inputrc repeatedly | Mari Imaizumi |
2024-04-29 | [ruby/reline] Bump version to 0.5.4 | Mari Imaizumi |
2024-04-29 | [ruby/reline] Input with eof and no newline bugfix | tomoya ishida |