summaryrefslogtreecommitdiff
path: root/test/reline/test_config.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-051-14/+0
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-221-4/+4
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-161-8/+8
* [ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari2022-06-271-0/+15
* [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope2022-02-221-0/+22
* [ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi2021-12-101-0/+18
* [ruby/reline] Check empty .inputrcaycabta2021-07-301-0/+6
* Rescue conversion error of inputrcaycabta2021-06-211-0/+4
* [ruby/reline] The config file must accept any character encodingaycabta2021-06-211-3/+14
* [ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk2021-06-211-0/+10
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-081-0/+15
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-181-0/+45
* [ruby/reline] Ignore non-absolute XDG_CONFIG_HOMENobuyoshi Nakada2020-04-291-0/+25
* [ruby/reline] Treat home dir correctlyaycabta2020-04-241-2/+1
* [ruby/reline] Support XDG_CONFIG_HOMEaycabta2020-04-241-0/+38
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-0/+9
* Support history-size in .inputrc correctlyaycabta2020-01-061-0/+11
* Fix variable catchaycabta2019-12-051-0/+8
* Support Control- and Meta-aycabta2019-07-041-0/+2
* Check commented out line in inputrc correctlyaycabta2019-07-041-0/+22
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-0/+5
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-0/+5
* Remove unnecessary variablesaycabta2019-06-081-1/+0
* Use lines instead of splitKazuhiro NISHIYAMA2019-06-031-9/+9
* Check conditional nestings in INPUTRCNobuyoshi Nakada2019-06-021-0/+27
* Use simpler regexpKazuhiro NISHIYAMA2019-06-021-6/+6
* Add true condition `Reline`Nobuyoshi Nakada2019-06-021-10/+12
* Reset Config at Reline::Config::Test#teardownaycabta2019-06-011-0/+1
* Use inputrc data for keystroke settingaycabta2019-06-011-17/+26
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+118