public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Cygwin: pty, console: Make FLUSHO and Ctrl-O work.
@ 2021-02-19  8:44 Takashi Yano
  2021-02-19  8:44 ` [PATCH 1/2] Cygwin: pty: " Takashi Yano
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Yano @ 2021-02-19  8:44 UTC (permalink / raw)
  To: cygwin-patches

- With these patches, FLUSHO and Ctrl-O (VDISCARD) get working.

Takashi Yano (2):
  Cygwin: pty: Make FLUSHO and Ctrl-O work.
  Cygwin: console: Add support for FLUSHO and Ctrl-O.

 winsup/cygwin/fhandler.h          |  1 +
 winsup/cygwin/fhandler_console.cc | 11 +++++++++++
 winsup/cygwin/fhandler_tty.cc     | 17 +++++++++++------
 winsup/cygwin/select.cc           |  5 +++++
 winsup/cygwin/tty.cc              |  1 +
 winsup/cygwin/tty.h               |  1 +
 6 files changed, 30 insertions(+), 6 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-19 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19  8:44 [PATCH 0/2] Cygwin: pty, console: Make FLUSHO and Ctrl-O work Takashi Yano
2021-02-19  8:44 ` [PATCH 1/2] Cygwin: pty: " Takashi Yano
2021-02-19  8:44 ` [PATCH 2/2] Cygwin: console: Add support for FLUSHO and Ctrl-O Takashi Yano
2021-02-19 17:09 ` [PATCH 0/2] Cygwin: pty, console: Make FLUSHO and Ctrl-O work Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).