зеркало из https://github.com/github/ruby.git
Get rid of `IO.select` to fix multiline paste
This commit is contained in:
Родитель
5b1fd79ad9
Коммит
ae83dbe28d
|
@ -24,14 +24,7 @@ class Reline::ANSI
|
|||
unless @@buf.empty?
|
||||
return @@buf.shift
|
||||
end
|
||||
c = nil
|
||||
loop do
|
||||
result = select([@@input], [], [], 0.001)
|
||||
next if result.nil?
|
||||
c = @@input.read(1)
|
||||
break
|
||||
end
|
||||
c&.ord
|
||||
@@input.getbyte
|
||||
end
|
||||
|
||||
def self.ungetc(c)
|
||||
|
|
Загрузка…
Ссылка в новой задаче