Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: fg and bg tests
- X-seq: zsh-workers 42715
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: PATCH: fg and bg tests
- Date: Wed, 25 Apr 2018 11:32:58 +0100
- Cc: Zsh hackers' list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rnDPxHTa24gtYpJqQe8C0SXKQoyemUU/sDhPGv1vLFI=; b=LKwRHZLWEWEKSw2Vz0mT9TQY5GcDPqMvfLW67oJ2cnm6zWovvfjc2h3PgTGDeQA3rZ i+n7P6by5GNhRJuY9OSirQT4iPYD9n913OsWu7jB9WlSYQFynL6zN4T7HOIkT/Vgv957 ptiSGSklQ+CAAKxHl2wzMJGYnBoGJFLdsbARRPBQEQSW2ZO1V4XBt4yxEHZcxbieW885 l/xKI29/xXJvNQ6wH+9b0a1GB+mK8r+PhJFN88mgNT+5nfSyARCJXVWvJnoV+/iLAxZc CHHO+51CYw2Wvb+xyAgDnGYeZ2K+XnyDFG/OFCzNe+FdU/IPmm080TM1Cxbfy6VortwB qUgg==
- In-reply-to: <20180425100940.31816d28@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, Zsh hackers' list <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180424135944.64e73c62@camnpupstephen.cam.scsc.local> <CGME20180425090941eucas1p187cf5d07341d2041c15e9947962f3bd9@eucas1p1.samsung.com> <20180425100940.31816d28@camnpupstephen.cam.scsc.local>
2018-04-25 10:09:40 +0100, Peter Stephenson:
[...]
> zpty_input 'kill %4'
> + # Dunno why we need this when checking input...
> sleep 0.1
[...]
Note that sleep 0.1 is not portable. One could use zselect -t 10
instead.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author