summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2021-06-25[ruby/reline] Fix missing require.Samuel Williams
2021-06-25[ruby/reline] Avoid using blocking `IO.select`.Samuel Williams
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Check Ruby version to use Fiddle with variadic args in test-allaycabta
2021-06-21[ruby/reline] Version 0.2.6aycabta
2021-06-21[ruby/reline] Remove FIXME comment in #renderaycabta
2021-06-21[ruby/reline] Remove TODO comment in #render_partialaycabta
2021-06-21[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta
2021-06-21[ruby/reline] Treat C-Space as M-Space on Windowsaycabta
2021-06-21[ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta
2021-06-21[ruby/reline] Add Meta+arrow-keys in extended entries of terminfoaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta
2021-06-21[ruby/reline] Add terminfo supportaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-06-21[ruby/reline] Treat return key correctly on Windowsaycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-04-09[ruby/reline] Add calling Reline::Config#reset_default_key_bindings to #reset...aycabta
2021-04-08[ruby/reline] Moved development dependencies to GemfileNobuyoshi Nakada
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-04-08[ruby/reline] Check WITH_VTERM env to add vterm gem as dependencyaycabta
2021-04-03[ruby/reline] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta
2021-04-03[ruby/reline] Version 0.2.5aycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta
2021-03-24[ruby/reline] Reline.delete_text removes the current line in multilineaycabta
2021-02-26[ruby/reline] Version 0.2.4aycabta
2021-02-22[ruby/reline] fix Reline::Windows.getconsolemode buffercremno
2021-02-21[ruby/reline] Use UTF-8 only for width calc, rest uses original encodingaycabta
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu
2021-02-21[ruby/reline] We still need support new and legacy behavior.Yoshinao Muramatu
2021-02-21[ruby/reline] Avoid tripping over nil promptEamonn Webster
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-02-07[ruby/reline] Version 0.2.3aycabta
2021-02-07[ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta
2021-02-07[ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta
2021-02-07[ruby/reline] The vi_histedit supports multilineaycabta
2021-02-07[ruby/reline] Move cursor just after the last line when finishedaycabta
2021-02-07[ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta
2021-02-07[ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta
2021-02-07[ruby/reline] Show all lines higher than the screen when finishedaycabta
2021-02-07[ruby/reline] Scroll down when ^C is pressedaycabta
2021-02-07[ruby/reline] Remove an unused variableaycabta
2021-02-07[ruby/reline] Initialize uninitialized variables in testsaycabta
2021-02-07[ruby/reline] Cache pasting state in processing a keyaycabta
2021-01-18[ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2aycabta