Hi, I'm using cygwin runtime 3.3.4-2.
When a foreground job is running, and the general CPU usage of the machine is high, characters are mis-ordered. To reproduce, I use this script to produce load: #!/bin/sh for i in $(seq $(nproc)); do while true; do :; done & done wait Run it in the background, then run a long foreground job, and while it is running, type something. Example: $ spin.sh & $ sleep 3 # While it is running, I quickly typed git status $ sigt tatus This reproduces on Windows Terminal and on cmd (Cygwin.bat) Please CC me on replies, as I'm not registered to the mailing list. Thanks, - Orgad -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple