summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2024-04-25[ruby/reline] Fix inputrc nested $if $else $endif bugtomoya ishida
2024-04-24[ruby/reline] Long line performancetomoya ishida
2024-04-23[ruby/reline] Bump version to 0.5.3Mari Imaizumi
2024-04-23[ruby/reline] Separate prompt and input line in renderingtomoya ishida
2024-04-19[ruby/reline] Implement `show-all-if-ambiguous` featureMari Imaizumi
2024-04-18[ruby/reline] Remove unused variableKenichi Kamiya
2024-04-17[ruby/reline] Refactor nomultiline and multiline mode differencetomoya ishida
2024-04-16[ruby/reline] Refactor history move and history searchtomoya ishida
2024-04-16[ruby/reline] Bump version to 0.5.2Mari Imaizumi
2024-04-16[ruby/reline] Implement changing editing modeMari Imaizumi
2024-04-15[ruby/reline] Remove not implemented methodMari Imaizumi
2024-04-15[ruby/reline] Fix vi_to_column which was brokentomoya ishida
2024-04-14[ruby/reline] Refactored Default Key BindingsMari Imaizumi
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-09[ruby/reline] Bump version to 0.5.1Mari Imaizumi
2024-04-06[ruby/reline] Continue processing even if terminfo database couldn'tMari Imaizumi
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] Bump version to v0.5.0Mari Imaizumi
2024-03-25[ruby/reline] Remove useless testsStan Lo
2024-03-24[ruby/reline] Add mode_string to prompt calculation dependenciestomoya ishida
2024-03-23[ruby/reline] Do not send color reset sequence when GeneralIO istomoya ishida
2024-03-20[ruby/reline] Change rendered_screen.lines to non-niltomoya ishida
2024-03-19[ruby/reline] Reline 0.5.0.pretomoya ishida
2024-03-14[ruby/reline] Ensure compatibility with frozen string literalsJean byroot Boussier
2024-02-25[ruby/reline] Bump version to v0.4.3Stan Lo
2024-02-25[ruby/reline] Use gray and white as the default dialog themeStan Lo
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-13[ruby/reline] C for vi modeOtávio Schwanck dos Santos
2024-01-28[ruby/reline] Add metadata for rubygems.orgMasato Nakamura
2024-01-05[ruby/reline] Bump version to v0.4.2Stan Lo
2024-01-04[ruby/reline] Fix pasting tab-indented code crashtomoya ishida
2023-12-29[ruby/reline] Revert kill_ring.rb file permissiontomoya ishida
2023-12-29[ruby/reline] Replace `object_id` comparison with `equal?`Alexander Momchilov
2023-12-16[ruby/reline] Bump version to 0.4.1ima1zumi
2023-11-13[ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida
2023-11-07[ruby/reline] Bump version to 0.4.0ima1zumi
2023-11-06[ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi
2023-10-03[ruby/reline] Bump version to 0.3.9ima1zumi
2023-09-28[ruby/reline] Properly restore Reline::IOGate in test teardowntomoya ishida
2023-09-26[ruby/reline] Fix config.rb to File.expand_path $include path inelfham
2023-09-25[ruby/reline] Update to Unicode 15.1.0elfham
2023-08-29[ruby/reline] Remove `ARGV.first` in east_asian_width.rbima1zumi
2023-08-29[ruby/reline] Set EastAsianWidth::UNICODE_VERSIONelfham
2023-08-20[ruby/reline] Bump version to 0.3.8Stan Lo
2023-08-20[ruby/reline] Remove Timeout usageStan Lo
2023-07-27[ruby/reline] Add `kill-word` and `backward-kill-word` keymappingosyo-manga