[ruby-cvs:78753] 77e3078ede (master): [ruby/io-console] Set raw mode strictly same as cfmakeraw
"Nobuyoshi Nakada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2019-12-18 10:25:18 +0900 (Wed, 18 Dec 2019)
New Revision: 77e3078ede
https://github.com/ruby/ruby/commit/77e3078ede
Log:
[ruby/io-console] Set raw mode strictly same as cfmakeraw
* Default VMIN and VTIME to minimum input.
* Disable parity check bits explicitly.
* Disable all bits for flow control on input.
Co-Authored-By: NARUSE, Yui <[email protected]>
https://github.com/ruby/io-console/commit/5ce201a686
Modified files:
ext/io/console/console.c
test/io/console/test_io_console.rb