summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2024-12-16[ruby/reline] Bump version to 0.6.0Mari Imaizumi
2024-12-16[ruby/reline] Change quoted_insert and bracketed_paste to a singletomoya ishida
2024-12-15[ruby/reline] Refactor Reline::Unicode ed_ vi_ em_ methodstomoya ishida
2024-12-12[ruby/reline] Undo and redo should restore indentationtomoya ishida
2024-12-10[ruby/reline] Fix line wrapped cursor positiontomoya ishida
2024-12-06[ruby/reline] Combine MAPPINGS(single byte input to symbol) withtomoya ishida
2024-12-02[ruby/reline] Implement buffered output to Reline::ANSItomoya ishida
2024-11-30[ruby/reline] Call user defined sigwinch and sigcont handlertomoya ishida
2024-11-29[ruby/reline] Don't skip start_with check on encoding-incompatibletomoya ishida
2024-11-29[ruby/reline] Fix RELINE_TEST_ENCODINGMari Imaizumi
2024-11-28[ruby/reline] Bump version to 0.5.12Mari Imaizumi
2024-11-27[ruby/reline] Fix io_gate.encoding raises IOError in ruby <= 3.0tomoya ishida
2024-11-26[ruby/reline] KeyStroke handles multibyte charactertomoya ishida
2024-11-25[ruby/reline] Fix tab completion appending quotetomoya ishida
2024-11-24[ruby/reline] Fix completion quote, preposing and target calculationtomoya ishida
2024-11-14[ruby/reline] Drop loading terminfo, remove fiddle dependency intomoya ishida
2024-11-11[ruby/reline] Refactor perform_completontomoya ishida
2024-11-10[ruby/reline] Remove unused things from reline/unicode.rbtomoya ishida
2024-11-08[ruby/reline] Bump version to 0.5.11Mari Imaizumi
2024-11-08[ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775)YO4
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-13[ruby/reline] Support continuous tab completiontomoya ishida
2024-10-12[DOC] Fix spellingJohn Bampton
2024-10-07[ruby/reline] Add cursor keys for application keypad mode to defaulttomoya ishida
2024-10-06[ruby/reline] Allow utf-8 safe meta key mapping in inputrctomoya ishida
2024-10-03[ruby/reline] Rename `matches?` as `match?`Nobuyoshi Nakada
2024-10-02[ruby/reline] Fix incremental search cancel bugtomoya ishida
2024-10-02[ruby/reline] Add a timeout to cursor_postomoya ishida
2024-10-01[ruby/reline] Fix Reline crash with invalid encoding historytomoya ishida
2024-09-05[ruby/reline] Bump version to 0.5.10Mari Imaizumi
2024-09-04[ruby/reline] Split render_differential to LineEditor's renderingtomoya ishida
2024-09-03[ruby/reline] Add test for reset_variables in Reline::ConfigMari Imaizumi
2024-09-03[ruby/reline] Fix redisplay/insert_text called from pre_input_hooktomoya ishida
2024-09-02[ruby/reline] Get console handle again and retry when Win32API calltomoya ishida
2024-08-31[ruby/reline] Implement re-read-init-fileMari Imaizumi
2024-08-29[ruby/reline] Calculate mbchar width with bsearchtomoya ishida
2024-08-27[ruby/reline] Remove unused variablesMari Imaizumi
2024-08-20[ruby/reline] typofixHiroshi SHIBATA
2024-07-29[ruby/reline] Fix memory leak in setuptermPeter Zhu
2024-07-12[ruby/reline] Fix rendering bug of nomultiline prompttomoya ishida
2024-06-25[ruby/reline] Rerender and enter raw mode again by SIGCONTtomoya ishida
2024-06-18[ruby/reline] Fix vi_yank or vi_delete_meta copies nil bugtomoya ishida
2024-06-12[ruby/reline] Bump version to 0.5.9Mari Imaizumi
2024-06-10[ruby/reline] Add more fallbacks when terminfo is not availabletomoya ishida
2024-06-10[ruby/reline] Suppress warning(Ruby 3.4) requiring fiddle fromtomoya ishida
2024-06-06[ruby/reline] Remove instance variable @first_chartomoya ishida
2024-06-05[ruby/reline] Refactor input key readingtomoya ishida
2024-06-04[ruby/reline] Ensure no escape sequence before printing prompttomoya ishida