aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Stop rerendering whole screen when adding newline at end of bufferaycabta2020-12-051-1/+20
* [ruby/reline] Optimize regexp handling for widthaycabta2020-12-051-14/+23
* [ruby/reline] Optimize ASCII character width calculationaycabta2020-12-051-0/+6
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+10
* [ruby/reline] Fix crash to input `é`. refs #174manga_osyo2020-12-051-0/+4
* [ruby/reline] Version 0.1.8aycabta2020-12-051-1/+1
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+1
* [ruby/reline] Move alias_method to right after original definitionaycabta2020-12-051-1/+1
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-052-1/+17
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-20/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+8
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-1/+1
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-2/+2
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-1/+2
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+1
* [ruby/reline] Backspace and C-h should be unassigned on vi command modeaycabta2020-12-051-2/+2
* [ruby/reline] Version 0.1.7aycabta2020-12-051-1/+1
* [ruby/reline] Continuous insertion bufferingaycabta2020-12-051-24/+57
* [ruby/reline] Improve the performance of `get_mbchar_width`Yusuke Endoh2020-12-052-28/+38
* [ruby/reline] Version 0.1.6aycabta2020-12-051-1/+1
* [ruby/reline] Update the generator script tooYusuke Endoh2020-12-051-6/+6
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-054-2/+52
* [ruby/reline] Improve the regexps for EastAsianWidthYusuke Endoh2020-12-051-1148/+1148
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-1/+1
* [ruby/reline] Use yamatanooroti 0.0.6 for supporting startup_message on Windowsaycabta2020-12-051-1/+1
* [ruby/reline] Use startup_option instead of startup waitaycabta2020-12-051-0/+1
* [ruby/reline] Update to Unicode 13.0.0aycabta2020-12-051-36/+55
* [ruby/reline] Version 0.1.5aycabta2020-09-141-1/+1
* Suppress "assigned but unused variable" warningaycabta2020-09-121-1/+1
* [ruby/reline] Support for word movement escape sequences in iTerm2aycabta2020-09-121-0/+6
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-6/+6
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-4/+6
* [ruby/reline] Stop using chomp option of lines methodaycabta2020-09-121-1/+1
* [ruby/reline] Stop erasing chars after the cursor at eolaycabta2020-09-121-2/+12
* [ruby/reline] Skip the nil obtained from getcaycabta2020-09-121-2/+6
* [ruby/reline] not clear scrollback bufferYoshinao Muramatu2020-09-121-6/+8
* [ruby/reline] clear_screen use Windows APIYoshinao Muramatu2020-09-121-3/+10
* [ruby/reline] Use str.encoding by default for split_by_widthaycabta2020-09-121-1/+1
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-6/+4
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-4/+6
* [ruby/reline] Move width calculator methods to Reline::Unicodeaycabta2020-08-282-64/+72
* [ruby/reline] fix cursor_pos regexp matchtompng2020-08-281-3/+4
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-08-181-1/+1
* [ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada2020-08-182-4/+1
* [ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld2020-08-181-1/+1
* [ruby/reline] Remove duplicated line of codeaycabta2020-08-181-1/+0
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-181-4/+12
* [ruby/reline] Support mode iconMark Delk2020-08-182-0/+46
* [ruby/reline] Use single quotes for non-expanded string literalsaycabta2020-08-181-0/+2
* [ruby/reline] Check Errno::EIOaycabta2020-08-181-0/+3