aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak2020-08-181-0/+4
* [ruby/reline] Remove unnecessary TODO commnetaycabta2020-05-171-1/+1
* [ruby/reline] If history-size isn't numeric, it should be 500aycabta2020-05-171-1/+5
* Some I/O in test doesn't have "position"aycabta2020-05-121-3/+10
* [ruby/reline] Add URL reference of history-sizeaycabta2020-04-291-0/+1
* [ruby/reline] Version 0.1.4aycabta2020-04-291-1/+1
* [ruby/reline] Negative history_size means unlimitedaycabta2020-04-292-12/+28
* [ruby/reline] New items to history are dropped if history_size is zeroaycabta2020-04-291-0/+4
* [ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada2020-04-291-5/+6
* [ruby/reline] Treat home dir correctlyaycabta2020-04-241-2/+4
* [ruby/reline] Support XDG_CONFIG_HOMEaycabta2020-04-241-5/+17
* [ruby/reline] Add ed_search_next_historyaycabta2020-04-181-0/+52
* [ruby/reline] Add ed_search_prev_historyaycabta2020-04-181-0/+47
* [ruby/reline] Use vi_search_{prev,next} to incremental searchaycabta2020-04-184-14/+14
* [ruby/reline] Rename search_history with incremental_search_historyaycabta2020-04-181-3/+3
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-1/+10
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-1/+1
* [ruby/reline] Version 0.1.3aycabta2020-02-151-1/+1
* [ruby/reline] Use IO#write instead of IO#printaycabta2020-02-143-11/+11
* [ruby/reline] Organize special keys escape sequencesaycabta2020-02-091-3/+22
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-024-3/+23
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-211-0/+29
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+12
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+48