index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
reline
/
windows.rb
Age
Commit message (
Expand
)
Author
2024-06-01
[ruby/reline] Overhaul io gate structure
Stan Lo
2024-04-04
[ruby/reline] Handle INT signal correctly, remove handle_cleared
tomoya ishida
2024-03-23
[ruby/reline] Do not send color reset sequence when GeneralIO is
tomoya ishida
2024-03-14
[ruby/reline] Ensure compatibility with frozen string literals
Jean byroot Boussier
2023-08-20
[ruby/reline] Remove Timeout usage
Stan Lo
2023-02-27
[ruby/reline] Fix the cause of test_yamatanooroti randomly failing
tomoya ishida
2023-01-26
[ruby/reline] Revert "correct Win32API capitalization for JRuby"
Hiroshi SHIBATA
2023-01-04
[ruby/reline] correct Win32API capitalization for JRuby
Joel Anderson
2022-01-27
[ruby/reline] Add a comment for VK_MENU
aycabta
2022-01-27
[ruby/reline] The AltGr behaves exactly the same as Ctrl+Alt
aycabta
2021-12-30
[ruby/reline] windows fix scroll
YO4
2021-12-24
[ruby/reline] Determine 1st char or 2nd char of surrogate pair correctly
aycabta
2021-12-20
[ruby/reline] Rename an unused variable name for CI
aycabta
2021-12-20
[ruby/reline] Add space
aycabta
2021-12-20
[ruby/reline] windows jruby issue
YO4
2021-12-20
[ruby/reline] windows clear screen with \e 2 J
YO4
2021-12-20
[ruby/reline] windows improve scrolling
YO4
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 comma
aycabta
2021-12-18
[ruby/reline] Add space
aycabta
2021-12-10
[ruby/reline] unleash real pasting speed
YO4
2021-12-10
[ruby/reline] unleash pasting speed
YO4
2021-12-10
[ruby/reline] support input surrogate paird codepoint
YO4
2021-12-10
[ruby/reline] follow consolemode change
YO4
2021-10-12
[ruby/reline] Check the result of GetConsoleScreenBufferInfo
Nobuyoshi Nakada
2021-10-11
[ruby/reline] Remove a comment for debug
aycabta
2021-10-05
[ruby/reline] Change struct size correctly
aycabta
2021-10-04
[ruby/reline] Use default background color to erase on Windows
aycabta
2021-10-03
[ruby/reline] Call LineEditor#resize on Windows
aycabta
2021-10-03
[ruby/reline] Use String#unpack1
aycabta
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+key
aycabta
2021-08-30
[ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab
aycabta
2021-08-29
[ruby/reline] Support hide/show cursor on Windows
aycabta
2021-08-29
[ruby/reline] Hide cursor when rendering dialog
aycabta
2021-08-29
[ruby/reline] Create windows.rb
usa
2021-08-29
[ruby/reline] Add "sleep 0.01" to Windows event loop
aycabta
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 Windows
aycabta
2021-07-30
[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys alone
Lars Kanis
2021-06-21
[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windows
aycabta
2021-06-21
[ruby/reline] Treat C-Space as M-Space on Windows
aycabta
2021-06-21
[ruby/reline] Treat return key correctly on Windows
aycabta
2021-06-21
[ruby/reline] Use ReadConsoleInputW() instead of getwch()
aycabta
2021-04-08
[ruby/reline] Separate keystrokes each editing mode
aycabta
2021-02-22
[ruby/reline] fix Reline::Windows.getconsolemode buffer
cremno
2021-02-21
[ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof pr...
Yoshinao Muramatu
[next]