]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Stop counting number of slaves attached to pseudo console.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Mon, 25 May 2020 08:49:08 +0000 (17:49 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 25 May 2020 09:01:28 +0000 (11:01 +0200)
commit8d7a5b39d2fa3fe009dfae3fe90d6d2e9962f98e
treef83e05d4e8d33c27ee36a71ce2fb5581e67d34a4
parentc26e08095da0c4a32b082ff4c46d5ffd76c459d3
Cygwin: pty: Stop counting number of slaves attached to pseudo console.

- The number of slaves attached to pseudo console is used only for
  triggering redraw screen. Counting was not only needless, but also
  did not work as expected. This patch removes the code for counting.
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/tty.cc
winsup/cygwin/tty.h
This page took 0.03237 seconds and 5 git commands to generate.