summaryrefslogtreecommitdiff
path: root/lib/reline/windows.rb
AgeCommit message (Expand)Author
2021-12-30[ruby/reline] windows fix scrollYO4
2021-12-24[ruby/reline] Determine 1st char or 2nd char of surrogate pair correctlyaycabta
2021-12-20[ruby/reline] Rename an unused variable name for CIaycabta
2021-12-20[ruby/reline] Add spaceaycabta
2021-12-20[ruby/reline] windows jruby issueYO4
2021-12-20[ruby/reline] windows clear screen with \e 2 JYO4
2021-12-20[ruby/reline] windows improve scrollingYO4
2021-12-20[ruby/reline] Revert "Add a space after a comma"aycabta
2021-12-20[ruby/reline] Revert "Add space"aycabta
2021-12-18[ruby/reline] Remove unnecessary "*"aycabta
2021-12-18[ruby/reline] Add a space after a commaaycabta
2021-12-18[ruby/reline] Add spaceaycabta
2021-12-10[ruby/reline] unleash real pasting speedYO4
2021-12-10[ruby/reline] unleash pasting speedYO4
2021-12-10[ruby/reline] support input surrogate paird codepointYO4
2021-12-10[ruby/reline] follow consolemode changeYO4
2021-10-12[ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada
2021-10-11[ruby/reline] Remove a comment for debugaycabta
2021-10-05[ruby/reline] Change struct size correctlyaycabta
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