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

Re: ncurses-demo-6.3-1.20220416 not displaying any output

2022-10-22 Thread William Hu via Cygwin
Hi Brian, > Works fine for me with all test packages upgraded to the same version and > either > shell restarted or DLLs rebased by setup. > > Please check that libncursesw10 has also been upgraded to the same version > 6.3-1.20220416 e.g. > > $ grep ncurses /etc/setup/installed.db > libncursesw

ncurses-demo-6.3-1.20220416 not displaying any output

2022-10-21 Thread William Hu via Cygwin
Hello, When trying to run the pre-built examples in the ncurses-demo-6.3-1.20220416 package, nothing happens - the bash prompt simply scrolls to the next line. This happens for all the example programs, not just one. However, if I compile the ncurses examples from source locally on my machine