[ruby/reline] Fix explamation of #read_io
https://github.com/ruby/reline/commit/301ed11bec
This commit is contained in:
parent
cf6f686d29
commit
00b027a69b
@ -271,11 +271,12 @@ module Reline
|
|||||||
Reline::IOGate.deprep(otio)
|
Reline::IOGate.deprep(otio)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Keystrokes of GNU Readline will timeout it with the specification of
|
# GNU Readline waits for "keyseq-timeout" milliseconds to see if the ESC
|
||||||
# "keyseq-timeout" when waiting for the 2nd character after the 1st one.
|
# is followed by a character, and times out and treats it as a standalone
|
||||||
# If the 2nd character comes after 1st ESC without timeout it has a
|
# ESC if the second character does not arrive. If the second character
|
||||||
# meta-property of meta-key to discriminate modified key with meta-key
|
# comes before timed out, it is treated as a modifier key with the
|
||||||
# from multibyte characters that come with 8th bit on.
|
# meta-property of meta-key, so that it can be distinguished from
|
||||||
|
# multibyte characters with the 8th bit turned on.
|
||||||
#
|
#
|
||||||
# GNU Readline will wait for the 2nd character with "keyseq-timeout"
|
# GNU Readline will wait for the 2nd character with "keyseq-timeout"
|
||||||
# milli-seconds but wait forever after 3rd characters.
|
# milli-seconds but wait forever after 3rd characters.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user