From 4e2ab087e59e6620ab250228d6414f7f3f53075c Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 17 Jul 2023 21:29:17 +0100 Subject: [PATCH] Removed bug about no Cygwin output as it is not reproducible --- doc/TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/TODO.md b/doc/TODO.md index 1f86feb..a407e0b 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -5,7 +5,6 @@ Bugs * ([GH#5](https://github.com/a-j-wood/pv/issues/5)) Transfer IPC leadership on exit of leader * ([GH#13](https://github.com/a-j-wood/pv/issues/13)) Use `clock_gettime()` in ETA calculation to cope with machine suspend/resume (Mateju Miroslav) - * ([GH#18](https://github.com/a-j-wood/pv/issues/18)) No output in Cygwin from 1.6.19 onwards (Jacek M. Holeczek) * ([GH#20](https://github.com/a-j-wood/pv/issues/20)) Terminal state is not restored correctly in all cases (VA) * ([GH#24](https://github.com/a-j-wood/pv/issues/24)) Race condition with multiple "`pv -c`" leaves terminal state inconsistent (Lars Ellenberg, Viktor Ashirov) * ([GH#33](https://github.com/a-j-wood/pv/issues/33)) Fix compilation problems due to `stat64()` on Apple Silicon (Filippo Valsorda - Jan 2021)