aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta2021-01-181-0/+1
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-1/+8
* [ruby/reline] Suppress callbacks in pastingaycabta2020-12-051-0/+14
* Suppress "assigned but unused variable" warningaycabta2020-09-121-1/+1
* [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 IO#write instead of IO#printaycabta2020-02-141-2/+2
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-021-0/+4
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-211-0/+29
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-141-1/+5
* Rename old var name with new nameaycabta2019-10-251-1/+1
* Treat only left alt key as meta-key on Windowsaycabta2019-10-241-2/+3
* Support forced enter insertion by Ctrl+Enter on Windowsaycabta2019-10-241-2/+5
* Fix indent...aycabta2019-10-231-1/+1
* 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-181-1/+1
* Ignore the input method key sequence from getwch() correctlyaycabta2019-10-181-1/+2
* Use built-in Win32API on JRubyaycabta2019-10-071-33/+37
* Treat Japanese IME on/off code correctlyaycabta2019-09-021-22/+24
* 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-291-0/+3
* Use inputrc data for keystroke settingaycabta2019-06-011-10/+8
* Seprate raw keystroke config for each platformsNobuyoshi Nakada2019-06-011-0/+12
* Use reversed get_screen_size correctly on Windowsaycabta2019-05-291-2/+2
* Fix condition..."and" is lowest priority operator, than "="aycabta2019-05-281-1/+1
* Fix reversed row and column get_screen_size on Windowsaycabta2019-05-281-1/+1
* Use Shift+Enter as Meta+Enter on Windowsaycabta2019-05-281-1/+7
* Use VK_MENU instead of VK_LMENU to check ALT on Windowsaycabta2019-05-281-2/+2
* Support Meta key in Relineaycabta2019-05-241-0/+4
* Split namespace of env-dependent I/O classesaycabta2019-05-131-6/+6
* Move Win32API to Reline::Win32APIaycabta2019-04-301-37/+35
* Add Reline as a fallback library for Readlineaycabta2019-04-301-0/+174
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-132/+0
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-0/+132
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-132/+0
* IRB is improved with Reline and RDocaycabta2019-04-201-0/+132