Re: TIOCCONS

2025-04-05 Thread Brian Inglis via Cygwin-apps
On 2025-04-05 05:02, Andrew Schulman via Cygwin-apps wrote: screen 5.0.0 now includes calls to TIOCCONS, like this: ioctl(consredirfd[1], TIOCCONS, (char *)&on) Since TIOCCONS seems not to be present in Cygwin, can someone please suggest what the equivalent would be? Documented in Cygwin pack

Re: TIOCCONS

2025-04-05 Thread Takashi Yano via Cygwin-apps
On Sat, 05 Apr 2025 07:02:08 -0400 Andrew Schulman wrote: > screen 5.0.0 now includes calls to TIOCCONS, like this: > > ioctl(consredirfd[1], TIOCCONS, (char *)&on) > > Since TIOCCONS seems not to be present in Cygwin, can someone please suggest > what the equivalent would be? There is not defau

TIOCCONS

2025-04-05 Thread Andrew Schulman via Cygwin-apps
screen 5.0.0 now includes calls to TIOCCONS, like this: ioctl(consredirfd[1], TIOCCONS, (char *)&on) Since TIOCCONS seems not to be present in Cygwin, can someone please suggest what the equivalent would be? Thanks, Andrew

Rust

2025-04-05 Thread Andrew Schulman via Cygwin-apps
fish version 4 has been rewritten in Rust, from C++. Before I dig into trying to build it, can anyone suggest a strategy or point me to a guide? Are there other Cygwin packages that are built in Rust, so I could look at how they're built? Or is this unlikely to work? I've looked around for build g