]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Fix read() in non-canonical mode.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 13 Sep 2019 19:34:39 +0000 (04:34 +0900)
committerKen Brown <kbrown@cornell.edu>
Sat, 14 Sep 2019 13:19:04 +0000 (09:19 -0400)
commitfca4cda7a420d7b15ac217d008527e029d05758e
tree7b37ed7e483e61c9b3445149f99d5a3b2bd23e26
parent3355a6d4b9d5a7b9ba86215f734967fcbb32f8c4
Cygwin: console: Fix read() in non-canonical mode.

- In non-canonical mode, cygwin console returned only one character
  even if several keys are typed before read() called. This patch
  fixes this behaviour.
winsup/cygwin/fhandler_console.cc
This page took 0.027879 seconds and 5 git commands to generate.