Re: script(1), cfmakeraw() and Ctrl-Z

2013-07-14 Thread Eugene Grosbein
On 15.07.2013 04:37, Jilles Tjoelker wrote: > On Mon, Jul 15, 2013 at 12:14:19AM +0700, Eugene Grosbein wrote: >> I've noted that commands like "script -qa /tmp/log sleep 100" >> cannot be suspended with Ctrl-Z keys. The reason is call to cfmakeraw() >> in script.c - if I comment it out, Ctrl-Z sta

Re: script(1), cfmakeraw() and Ctrl-Z

2013-07-14 Thread Jilles Tjoelker
On Mon, Jul 15, 2013 at 12:14:19AM +0700, Eugene Grosbein wrote: > I've noted that commands like "script -qa /tmp/log sleep 100" > cannot be suspended with Ctrl-Z keys. The reason is call to cfmakeraw() > in script.c - if I comment it out, Ctrl-Z starts to work as expected. > portupgrade uses scri