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
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
2020-12-17
[ruby/reline] Support longer than screen height on Windows
aycabta
2020-12-05
[ruby/reline] Suppress callbacks in pasting
aycabta
2020-09-12
Suppress "assigned but unused variable" warning
aycabta
2020-09-12
[ruby/reline] not clear scrollback buffer
Yoshinao Muramatu
2020-09-12
[ruby/reline] clear_screen use Windows API
Yoshinao Muramatu
2020-02-14
[ruby/reline] Use IO#write instead of IO#print
aycabta
2020-02-02
[ruby/reline] Bypass cursor down when a char is rendered at eol on Windows
aycabta
2020-02-02
[ruby/reline] Fix Reline::Windows#scroll_down
aycabta
2020-01-21
Reline: Use a more robust detection of MinTTY
Lars Kanis
2020-01-14
Introduce an abstracted structure about the encoding of Reline
aycabta
2019-10-25
Rename old var name with new name
aycabta
2019-10-24
Treat only left alt key as meta-key on Windows
aycabta
2019-10-24
Support forced enter insertion by Ctrl+Enter on Windows
aycabta
2019-10-23
Fix indent...
aycabta
2019-10-18
Treat key sequences from getwch() that start from 0 or 0xE0 correctly
aycabta
2019-10-18
Add numeric keypad key sequences on Windows
aycabta
2019-10-18
Remove freeze
aycabta
2019-10-18
Ignore the input method key sequence from getwch() correctly
aycabta
2019-10-07
Use built-in Win32API on JRuby
aycabta
2019-09-02
Treat Japanese IME on/off code correctly
aycabta
2019-08-29
Check events that console window size changed on Windows
aycabta
2019-08-29
Fix alignment of a SHORT variable
aycabta
2019-08-29
CONSOLE_SCREEN_BUFFER_INFO is 22bytes
aycabta
2019-08-29
Add stub set_screen_size for other platforms
aycabta
2019-06-01
Use inputrc data for keystroke setting
aycabta
2019-06-01
Seprate raw keystroke config for each platforms
Nobuyoshi Nakada
2019-05-29
Use reversed get_screen_size correctly on Windows
aycabta
2019-05-28
Fix condition..."and" is lowest priority operator, than "="
aycabta
2019-05-28
Fix reversed row and column get_screen_size on Windows
aycabta
2019-05-28
Use Shift+Enter as Meta+Enter on Windows
aycabta
2019-05-28
Use VK_MENU instead of VK_LMENU to check ALT on Windows
aycabta
2019-05-24
Support Meta key in Reline
aycabta
2019-05-13
Split namespace of env-dependent I/O classes
aycabta
2019-04-30
Move Win32API to Reline::Win32API
aycabta
2019-04-30
Add Reline as a fallback library for Readline
aycabta
2019-04-23
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-21
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-20
IRB is improved with Reline and RDoc
aycabta