Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.3.9: Interrupted "tcsetattr" call problem, tiling-wm related



On Mar 2, 10:23am, Peter Stephenson wrote:
}
} On Fri, 27 Feb 2009 17:20:25 +0100
} Lionel Flandrin <lionel@xxxxxxxx> wrote:
} >   while (tcsetattr(SHTTY, TCSADRAIN, &ti->tio) == -1 && errno == EINTR);
} 
} That looks fine, I've committed it.  Thanks.

I wonder if queue_signals/unqueue_signals around the tcsetattr might be
more appropriate?



Messages sorted by: Reverse Date, Date, Thread, Author