Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.3.9: Interrupted "tcsetattr" call problem, tiling-wm related
- X-seq: zsh-workers 26661
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh 4.3.9: Interrupted "tcsetattr" call problem, tiling-wm related
- Date: Mon, 02 Mar 2009 08:01:40 -0800
- In-reply-to: <20090302102350.4fb8f638@news01>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090227161933.GE4173@xxxxxxxxxxxxxxxxxxxx> <20090302102350.4fb8f638@news01>
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