]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: fix select() behaviour
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 31 Mar 2019 15:47:47 +0000 (00:47 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 31 Mar 2019 16:34:58 +0000 (18:34 +0200)
commit8382778cdb571453b6f00dc1d9cb3d3c7dd58b55
tree7b6edd2016bc5b8890aa0dbda839982c963624d0
parentbd627864ab4189984cdb0892c00f91e39c4e8243
Cygwin: console: fix select() behaviour

- Previously, select() would return when only one key is typed even
  in canonical mode. With this patch, it returns after one line is
  completed.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/select.cc
This page took 0.031748 seconds and 5 git commands to generate.