aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* Check events that console window size changed on Windowsaycabta2019-08-291-0/+17
* Fix alignment of a SHORT variableaycabta2019-08-291-1/+1
* CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta2019-08-291-2/+2
* Add stub set_screen_size for other platformsaycabta2019-08-292-0/+6
* Support SIGWINCHaycabta2019-08-292-0/+10
* Always check multiline terminationaycabta2019-08-221-5/+1
* The "exe" dir doesn't exist in this repostiroyaycabta2019-08-181-2/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-2/+2
* Revert a6e32855d079e8f3806d8be8a5f5cf7b3a967133 partiallyKazuhiro NISHIYAMA2019-08-091-1/+1
* Remove obsolete TODO commentaycabta2019-08-061-1/+1
* Update Unicode URL to 12.1.0aycabta2019-08-061-1/+1
* [reline] Do not compile regexp for each lineNobuyoshi Nakada2019-07-281-5/+4
* [reline] Do not escape and compile regexp for each byteNobuyoshi Nakada2019-07-281-3/+7
* Check wether multibyte character is splitaycabta2019-07-251-0/+4
* Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta2019-07-191-0/+7
* Version 0.0.1aycabta2019-07-151-1/+1
* Remove unused method.manga_osyo2019-07-151-4/+0
* Add `class Reline::History` and test.manga_osyo2019-07-151-0/+60
* fix issue with 'SIGINT' handling in LineEditor#resetLuke Gruber2019-07-141-1/+1
* Refactored width calculationsNobuyoshi Nakada2019-07-061-43/+21
* SimplifiedNobuyoshi Nakada2019-07-061-8/+1
* Support Control- and Meta-aycabta2019-07-041-5/+4
* Move a comment to proper placeaycabta2019-07-041-1/+1
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-4/+6
* Use lstrip instead of gsub which can match only onceNobuyoshi Nakada2019-07-042-4/+4
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-1/+1
* New indent must be non-negative numberNobuyoshi Nakada2019-07-011-1/+1
* Decrease indent by closing token correctlyaycabta2019-06-271-3/+3
* Disable auto indent when move cursor up or downaycabta2019-06-201-18/+23
* Implement auto indent for multilineaycabta2019-06-181-0/+25
* Implement line_no correctlyaycabta2019-06-161-4/+4
* Set allow_escape_code for promptaycabta2019-06-141-10/+10
* Add Reline.prompt_procaycabta2019-06-141-12/+58
* Skip transpose-words if less than 2 wordaycabta2019-06-061-0/+1
* Move I/O access from Reline::KeyStroke to Relineaycabta2019-06-051-75/+2
* Add aliases for commands for changing text macroaycabta2019-06-041-0/+9
* Implement transpose-wordsaycabta2019-06-043-1/+115
* Simplify matchingNobuyoshi Nakada2019-06-041-1/+1
* Erase VI_OPERATORSaycabta2019-06-031-6/+0
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-1/+1
* Add aliases for commands for moving macroaycabta2019-06-031-0/+7
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-033-3/+7
* Reline::LineEditor::ARGUMENTABLE is no longer usedNobuyoshi Nakada2019-06-031-27/+0
* Fix ArgumentError in aliased macroNobuyoshi Nakada2019-06-031-2/+12
* Check conditional nestings in INPUTRCNobuyoshi Nakada2019-06-021-12/+31
* Prefer $INPUTRC over the default in the homeNobuyoshi Nakada2019-06-021-3/+3
* Add true condition `Reline`Nobuyoshi Nakada2019-06-021-0/+1
* Add Reline test for unknown macroaycabta2019-06-021-1/+0
* Add new test for Reline within pipeaycabta2019-06-021-0/+4
* Add comments to key bindings vars of Reline::Configaycabta2019-06-021-2/+2