On Sat, 17 Jun 2023 19:51:02 +0900 Takashi Yano wrote: > On Sat, 17 Jun 2023 10:33:54 +0200 > Thomas Wolff wrote: > > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > > > Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > > This does not fix the test case yes | more.com . > > Perhaps, this is another problem. Because, yes | more.com fails > also in console. > > fail: yes | more.com > fail: yes | cat | more.com > success: yes | cat -n | more.com > success: yes yy | more.com > success: yes | unix2dos | more.com
I guess this is a problem of more.com with line endings. Please try: yes | head -100 | more.com -- Takashi Yano <takashi.y...@nifty.ne.jp> -- 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