aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Workaround libncurses.so as a linker scriptnicholas a. evans2022-05-251-1/+2
* [ruby/reline] Require Ruby >= 2.6ima1zumi2022-05-201-1/+1
* [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope2022-02-221-2/+14
* [ruby/reline] Add a comment for VK_MENUaycabta2022-01-271-1/+1
* [ruby/reline] The AltGr behaves exactly the same as Ctrl+Altaycabta2022-01-271-1/+1
* [ruby/reline] Ignore global constants when checking if Fiddle::VERSION existsPostmodern2022-01-241-1/+1
* [ruby/reline] Fix incremental search to work correctly even if not last lineaycabta2022-01-161-0/+2
* [ruby/reline] Insert newline in the middle of buffer just after dialogaycabta2022-01-161-0/+1
* [ruby/reline] Combine common logic into oneaycabta2022-01-161-10/+10
* [ruby/reline] Clear dialog when adding new line to end of bufferaycabta2022-01-161-0/+5
* [ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta2022-01-111-1/+5
* [ruby/reline] Fix reline on SolarisPeter Zhu2022-01-081-2/+2
* [ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta2022-01-021-0/+3
* [ruby/reline] Version 0.3.1aycabta2022-01-021-1/+1
* [ruby/reline] Implement Reline::Terminfo.tigetnumaycabta2022-01-021-1/+19
* [ruby/reline] Fix the difinition of tigetflag() in comment...aycabta2022-01-021-2/+2
* [ruby/reline] Remove unnecessary qualifiers on definition of commentsaycabta2022-01-011-2/+2
* [ruby/reline] Implement Reline::Terminfo.tigetflagaycabta2022-01-011-1/+20
* [ruby/reline] windows fix scrollYO42021-12-301-1/+1
* [ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi2021-12-301-1/+1
* [ruby/reline] Version 0.3.0aycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in dynamic promptaycabta2021-12-251-1/+1
* [ruby/reline] Escape newline(s) in promptaycabta2021-12-251-1/+1
* [ruby/reline] Remove unnecessary parameteraycabta2021-12-251-11/+11
* [ruby/reline] Revert "Change aliased methods to be parivete"aycabta2021-12-241-35/+35
* [ruby/reline] Change aliased methods to be pariveteaycabta2021-12-241-35/+35
* [ruby/reline] Add doc about em-kill-line macroaycabta2021-12-241-0/+4
* [ruby/reline] Implement em_kill_lineaycabta2021-12-241-0/+11
* [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta2021-12-241-5/+5
* [ruby/reline] Add doc about ed-kill-line, kill-line, em-kill-line, and unix-l...aycabta2021-12-241-0/+9
* [ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta2021-12-241-1/+1
* [ruby/reline] Support S-Tab to move up completion cursor in vi-mode on Unixaycabta2021-12-241-1/+6
* [ruby/reline] Determine 1st char or 2nd char of surrogate pair correctlyaycabta2021-12-241-2/+2
* [ruby/reline] Character merging may increase the character widthaycabta2021-12-241-2/+9
* [ruby/reline] "Halfwidth char + halfwidth (han)dakuten" is a single grapheme.aycabta2021-12-241-1/+9
* [ruby/reline] Add comment for a following char of combined charaycabta2021-12-241-0/+1
* [ruby/reline] Finalize when exception occurredaycabta2021-12-211-1/+1
* [ruby/reline] Split off set_signal_handler methodaycabta2021-12-211-27/+30
* [ruby/reline] Remove unnecessary clearing signal handleraycabta2021-12-211-2/+0
* [ruby/reline] Rename an unused variable name for CIaycabta2021-12-201-1/+1
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-2/+6
* [ruby/reline] Add spaceaycabta2021-12-201-1/+1
* [ruby/reline] windows jruby issueYO42021-12-201-14/+46
* [ruby/reline] windows clear screen with \e 2 JYO42021-12-201-10/+1
* [ruby/reline] windows improve scrollingYO42021-12-201-7/+17
* [ruby/reline] Revert "Add a space after a comma"aycabta2021-12-201-1/+1
* [ruby/reline] Revert "Add space"aycabta2021-12-201-1/+1
* [ruby/reline] Load correct version.rb from gemspecNobuyoshi Nakada2021-12-191-3/+5
* [ruby/reline] Clear dialog in pastingaycabta2021-12-191-0/+1
* [ruby/reline] Remove unnecessary "*"aycabta2021-12-181-2/+2