aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
Commit message (Expand)AuthorAgeFilesLines
* Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta2019-10-181-0/+6
* Add numeric keypad key sequences on Windowsaycabta2019-10-181-0/+7
* Remove freezeaycabta2019-10-183-3/+3
* Ignore the input method key sequence from getwch() correctlyaycabta2019-10-181-1/+2
* Insert multiline incremental search result correctlyaycabta2019-10-181-3/+18
* Remove unused variableaycabta2019-10-171-1/+0
* Refactor prompt generation logicaycabta2019-10-171-34/+17
* Calculate prompt width correctlyaycabta2019-10-171-7/+9
* Collect multiline prompt logic into a methodaycabta2019-10-171-35/+17
* Support multiline history in incremental searchaycabta2019-10-161-3/+17
* Support backspace in incremental searchaycabta2019-10-161-1/+1
* C-r is incremental history search in vi insert modeaycabta2019-10-161-1/+1
* Version 0.0.3aycabta2019-10-071-1/+1
* Flush console just after printingaycabta2019-10-071-0/+2
* Use built-in Win32API on JRubyaycabta2019-10-071-33/+37
* Get rid of `IO.select` to fix multiline pasteNobuyoshi Nakada2019-09-261-8/+1
* Use short wait for select(2)aycabta2019-09-231-2/+2
* Retrieve key-buffer that was supposed to loseaycabta2019-09-231-0/+10
* Undefine DSUSP keyNobuyoshi Nakada2019-09-171-1/+5
* Fix previous history in vi_insert modeAdam Cammack2019-09-171-1/+1
* Fix history navigation in vi_insert modeAdam Cammack2019-09-171-1/+1
* The stdlib readline should raise Interrupt when pressing C-caycabta2019-09-141-2/+1
* Revert "Use IO#getch to read one char in raw mode"aycabta2019-09-141-3/+8
* Revert "Use IO#getbyte"aycabta2019-09-141-1/+1
* Revert "Support multibyte input"aycabta2019-09-141-2/+1
* Support multibyte inputNobuyoshi Nakada2019-09-101-1/+2
* Use IO#getbyteNobuyoshi Nakada2019-09-101-1/+1
* Use IO#getch to read one char in raw modeNobuyoshi Nakada2019-09-101-8/+3
* Behave ESC key correctly when vi command modeaycabta2019-09-082-1/+3
* Treat Japanese IME on/off code correctlyaycabta2019-09-021-22/+24
* Reline 0.0.2aycabta2019-09-011-1/+1
* Re-calculate state variables of screen when screen size changesaycabta2019-09-011-0/+53
* 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