зеркало из https://github.com/github/ruby.git
[ruby/reline] Call LineEditor#resize on Windows
https://github.com/ruby/reline/commit/65b27dd2ff
This commit is contained in:
Родитель
ef350b3a56
Коммит
bf0a8a7462
|
@ -234,6 +234,7 @@ class Reline::Windows
|
|||
def self.check_input_event
|
||||
num_of_events = 0.chr * 8
|
||||
while @@output_buf.empty? #or true
|
||||
Reline.core.line_editor.resize
|
||||
next if @@WaitForSingleObject.(@@hConsoleInputHandle, 100) != 0 # max 0.1 sec
|
||||
next if @@GetNumberOfConsoleInputEvents.(@@hConsoleInputHandle, num_of_events) == 0 or num_of_events.unpack1('L') == 0
|
||||
input_record = 0.chr * 18
|
||||
|
|
Загрузка…
Ссылка в новой задаче