Re: Alt Key Parsing on Cygwin

2025-01-04 Thread Brian Inglis via Cygwin
On 2025-01-04 12:13, William Hu via Cygwin wrote: Hi all, I've noticed that the Alt key parsing of the following program has different behavior across the different compiler chains/shells on Windows. Consider the following program that reads 4 characters from standard input. ``` #include int

Alt Key Parsing on Cygwin

2025-01-04 Thread William Hu via Cygwin
Hi all, I've noticed that the Alt key parsing of the following program has different behavior across the different compiler chains/shells on Windows. Consider the following program that reads 4 characters from standard input. ``` #include int main() { char x[4] {}; fgets(reinterpret_c