]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Make the console accessible from other terminals.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 22 Dec 2022 12:05:31 +0000 (21:05 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Thu, 22 Dec 2022 12:05:31 +0000 (21:05 +0900)
commit3721a756b0d8067cf070e2aedcf3ea5e32e47270
tree914c2a8cfd0485d0291377cb9fe6697c2fece133
parent043b6089e2006dcde31811e35a5de6619a0e0098
Cygwin: console: Make the console accessible from other terminals.

Previously, the console device could not be accessed from other terminals.
Due to this limitation, GNU screen and tmux cannot be opened in console.
With this patch, console device can be accessed from other TTYs, such as
other consoles or ptys. Thanks to this patch, screen and tmux get working
in console.

Reviewed-by: Corinna Vinschen <corinna@vinschen.de>
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
winsup/cygwin/devices.cc
winsup/cygwin/devices.in
winsup/cygwin/fhandler/console.cc
winsup/cygwin/fhandler/pty.cc
winsup/cygwin/local_includes/fhandler.h
winsup/cygwin/local_includes/winsup.h
winsup/cygwin/select.cc
This page took 0.030579 seconds and 5 git commands to generate.