]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Improve the code to avoid typeahead key swapping.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 28 Feb 2022 11:02:01 +0000 (20:02 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 28 Feb 2022 11:17:12 +0000 (20:17 +0900)
commit8ff9f216fdeca40b0f761fb09458da932dd70027
tree04c7a2f8724bf540f0d4718e3fbfede382839dc0
parentf6db6f52aeec3a326a216530978ce8a4bea25cf0
Cygwin: console: Improve the code to avoid typeahead key swapping.

- The commit "Cygwin: console: Prevent the order of typeahead input
  from swapped." did not fully resolve the issue. If keys are typed
  during input buffer fix, the order of key event may be swapped.
  This patch fixes the issue again.
winsup/cygwin/fhandler_console.cc
This page took 0.030274 seconds and 5 git commands to generate.