summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2024-09-05[ruby/reline] Prevent a warning for `warning: literal string will beMari Imaizumi
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-08-31[ruby/reline] Implement re-read-init-fileMari Imaizumi
2024-08-27[ruby/reline] Remove unused variablesMari Imaizumi
2024-08-05[ruby/reline] Accept colon-style hash in test assertiontomoya ishida
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-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
2024-06-04Revert "Revert "[ruby/reline] Reline::ANSI is general io. Reline::GeneralIO i...Takashi Kokubun
2024-06-03Revert "[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 comeHiroaki Osawa
2024-06-03[ruby/reline] Improve key binding match/matching checktomoya ishida
2024-06-01[ruby/reline] Overhaul io gate structureStan Lo
2024-05-27[ruby/reline] Implement the redo commandverdy89
2024-05-26[ruby/reline] allow space in config valueGo
2024-05-14[ruby/reline] Implement the undo commandMari Imaizumi
2024-05-10[ruby/reline] Avoid STDIN.winsize called in `require "reline"`tomoya ishida
2024-05-08[ruby/reline] Implement bracketed paste inserttomoya ishida
2024-05-05[ruby/reline] Add name defined in readline to completion keytomoya ishida
2024-05-02[ruby/reline] Fix default and additional key bindings vanish bugtomoya ishida
2024-05-02[ruby/reline] Fix prompt width calculation bug. Test with coloredtomoya ishida
2024-04-30[ruby/reline] Fix completion dialog position when completed part istomoya ishida
2024-04-29[ruby/reline] Input with eof and no newline bugfixtomoya ishida
2024-04-29[ruby/reline] Completely support full-width characters intomoya ishida
2024-04-29[ruby/reline] Handle mode condition in inputrcMari Imaizumi
2024-04-25[ruby/reline] Fix inputrc nested $if $else $endif bugtomoya ishida
2024-04-24[ruby/reline] Long line performancetomoya ishida
2024-04-19[ruby/reline] Implement `show-all-if-ambiguous` featureMari Imaizumi
2024-04-17[ruby/reline] Refactor nomultiline and multiline mode differencetomoya ishida
2024-04-16[ruby/reline] Implement changing editing modeMari Imaizumi
2024-04-15[ruby/reline] Fix vi_to_column which was brokentomoya ishida
2024-04-14[ruby/reline] Refactor waiting_proc and waiting_operator_proctomoya ishida
2024-04-14[ruby/reline] Support `menu-complete-backward` command for upwardMichael J. Giarlo
2024-04-06[ruby/reline] Continue processing even if terminfo database couldn'tMari Imaizumi
2024-04-05[ruby/reline] Thread safe readlinetomoya ishida
2024-04-04[ruby/reline] Handle INT signal correctly, remove handle_clearedtomoya ishida
2024-04-04[ruby/reline] Fix audoindent including "\v", escape "\v" fortomoya ishida
2024-04-01[ruby/reline] Refactor completiontomoya ishida
2024-04-01[ruby/reline] Align completion menu itemstomoya ishida
2024-03-25[ruby/reline] Remove useless testsStan Lo
2024-03-24[ruby/reline] Add mode_string to prompt calculation dependenciestomoya ishida
2024-03-24[ruby/reline] Refactor key actor testtomoya ishida
2024-03-23[ruby/reline] Do not send color reset sequence when GeneralIO istomoya ishida
2024-03-23[ruby/reline] Make mutated string in yamatanooroti explicitlyStan Lo
2024-03-19[ruby/reline] Reline 0.5.0.pretomoya ishida