summaryrefslogtreecommitdiff
path: root/lib/reline/windows.rb
AgeCommit message (Expand)Author
2021-10-04[ruby/reline] Use default background color to erase on Windowsaycabta
2021-10-03[ruby/reline] Call LineEditor#resize on Windowsaycabta
2021-10-03[ruby/reline] Use String#unpack1aycabta
2021-09-22[ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA
2021-09-03[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta
2021-08-30[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tabaycabta
2021-08-29[ruby/reline] Support hide/show cursor on Windowsaycabta
2021-08-29[ruby/reline] Hide cursor when rendering dialogaycabta
2021-08-29[ruby/reline] Create windows.rbusa
2021-08-29[ruby/reline] Add "sleep 0.01" to Windows event loopaycabta
2021-07-30[ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix99
2021-07-30[ruby/reline] Added support for Numpad divide key on Windows.SilverPhoenix99
2021-07-30[ruby/reline] Support Enter key of numpad on Windowsaycabta
2021-07-30[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis
2021-06-21[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta
2021-06-21[ruby/reline] Treat C-Space as M-Space on Windowsaycabta
2021-06-21[ruby/reline] Treat return key correctly on Windowsaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-02-22[ruby/reline] fix Reline::Windows.getconsolemode buffercremno
2021-02-21[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...Yoshinao Muramatu
2021-01-18[ruby/reline] Reline::Windows.erase_after_cursor erases attributes tooaycabta
2020-12-17[ruby/reline] Support longer than screen height on Windowsaycabta
2020-12-05[ruby/reline] Suppress callbacks in pastingaycabta
2020-09-12Suppress "assigned but unused variable" warningaycabta
2020-09-12[ruby/reline] not clear scrollback bufferYoshinao Muramatu
2020-09-12[ruby/reline] clear_screen use Windows APIYoshinao Muramatu
2020-02-14[ruby/reline] Use IO#write instead of IO#printaycabta
2020-02-02[ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta
2020-02-02[ruby/reline] Fix Reline::Windows#scroll_downaycabta
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2019-10-25Rename old var name with new nameaycabta
2019-10-24Treat only left alt key as meta-key on Windowsaycabta
2019-10-24Support forced enter insertion by Ctrl+Enter on Windowsaycabta
2019-10-23Fix indent...aycabta
2019-10-18Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta
2019-10-18Add numeric keypad key sequences on Windowsaycabta
2019-10-18Remove freezeaycabta
2019-10-18Ignore the input method key sequence from getwch() correctlyaycabta
2019-10-07Use built-in Win32API on JRubyaycabta
2019-09-02Treat Japanese IME on/off code correctlyaycabta
2019-08-29Check events that console window size changed on Windowsaycabta
2019-08-29Fix alignment of a SHORT variableaycabta
2019-08-29CONSOLE_SCREEN_BUFFER_INFO is 22bytesaycabta
2019-08-29Add stub set_screen_size for other platformsaycabta
2019-06-01Use inputrc data for keystroke settingaycabta
2019-06-01Seprate raw keystroke config for each platformsNobuyoshi Nakada
2019-05-29Use reversed get_screen_size correctly on Windowsaycabta
2019-05-28Fix condition..."and" is lowest priority operator, than "="aycabta