summaryrefslogtreecommitdiff
path: root/lib/reline
AgeCommit message (Expand)Author
2020-12-08[ruby/reline] Editing to initial content is not just cursor movingaycabta
2020-12-05Cope with frozen-string-literalRobert Schulze
2020-12-05[ruby/reline] Process insertion buffer forciblyaycabta
2020-12-05[ruby/reline] Support bracketed paste modeaycabta
2020-12-05[ruby/reline] Forced newline insertion is not just cursor movingaycabta
2020-12-05[ruby/reline] Drop prompt list cache when num of lines is changedaycabta
2020-12-05[ruby/reline] Cache dynamic prompt for 0.5secaycabta
2020-12-05[ruby/reline] Stop rerendering if the cursor is only movedaycabta
2020-12-05[ruby/reline] Split #rerender method that is too hugeaycabta
2020-12-05[ruby/reline] Version 0.1.9aycabta
2020-12-05[ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta
2020-12-05[ruby/reline] Optimize regexp handling for widthaycabta
2020-12-05[ruby/reline] Optimize ASCII character width calculationaycabta
2020-12-05[ruby/reline] Key strokes like 2dl should behave d2laycabta
2020-12-05[ruby/reline] Fix crash to input `é`. refs #174manga_osyo
2020-12-05[ruby/reline] Version 0.1.8aycabta
2020-12-05[ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta
2020-12-05[ruby/reline] Move alias_method to right after original definitionaycabta
2020-12-05[ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta
2020-12-05[ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta
2020-12-05[ruby/reline] Implement vi_yankaycabta
2020-12-05[ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta
2020-12-05[ruby/reline] Unimplemented vi command should be no-opaycabta
2020-12-05[ruby/reline] Keep operator proc as a local variable in the scopeaycabta
2020-12-05[ruby/reline] Skip em_exchange_mark without markaycabta
2020-12-05[ruby/reline] Backspace and C-h should be unassigned on vi command modeaycabta
2020-12-05[ruby/reline] Version 0.1.7aycabta
2020-12-05[ruby/reline] Continuous insertion bufferingaycabta
2020-12-05[ruby/reline] Improve the performance of `get_mbchar_width`Yusuke Endoh
2020-12-05[ruby/reline] Version 0.1.6aycabta
2020-12-05[ruby/reline] Update the generator script tooYusuke Endoh
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-12-05[ruby/reline] Improve the regexps for EastAsianWidthYusuke Endoh
2020-12-05[ruby/reline] Deduplicate completed itemsaycabta
2020-12-05[ruby/reline] Use yamatanooroti 0.0.6 for supporting startup_message on Windowsaycabta
2020-12-05[ruby/reline] Use startup_option instead of startup waitaycabta
2020-12-05[ruby/reline] Update to Unicode 13.0.0aycabta
2020-09-14[ruby/reline] Version 0.1.5aycabta
2020-09-12Suppress "assigned but unused variable" warningaycabta
2020-09-12[ruby/reline] Support for word movement escape sequences in iTerm2aycabta
2020-09-12[ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta
2020-09-12[ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta
2020-09-12[ruby/reline] Stop using chomp option of lines methodaycabta
2020-09-12[ruby/reline] Stop erasing chars after the cursor at eolaycabta
2020-09-12[ruby/reline] Skip the nil obtained from getcaycabta
2020-09-12[ruby/reline] not clear scrollback bufferYoshinao Muramatu
2020-09-12[ruby/reline] clear_screen use Windows APIYoshinao Muramatu
2020-09-12[ruby/reline] Use str.encoding by default for split_by_widthaycabta
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze