1 # SIGWINCH should not stop reading from pipes; should be send up stream
2 --- less-633/ttyin.c.org 2023-05-03 11:43:01.000000000 -0700
3 +++ less-633/ttyin.c 2023-08-09 03:52:33.769132730 -0700
5 result = iread(tty, &uc, sizeof(char));
8 - if (result == READ_INTR)
9 + if (result == READ_INTR || result == READ_AGAIN)