Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: read -u n -t -k Does not work.
- X-seq: zsh-workers 50432
- From: Lawrence Velázquez <larryv@xxxxxxx>
- To: johnnonedoe@xxxxxxx
- Cc: zsh-workers@xxxxxxx
- Subject: Re: read -u n -t -k Does not work.
- Date: Fri, 29 Jul 2022 15:40:38 -0400
- Archived-at: <https://zsh.org/workers/50432>
- Feedback-id: iaa214773:Fastmail
- In-reply-to: <sympa.1659122008.2764.392@zsh.org>
- List-id: <zsh-workers.zsh.org>
- References: <sympa.1659122008.2764.392@zsh.org>
On Fri, Jul 29, 2022, at 3:20 PM, johnnonedoe@xxxxxxx wrote:
> read -t -k
> Works as expected.
> read -u 0 -t -k
> Blocks till return is typed.
I don't see this behavior.
% zsh --version
zsh 5.9 (x86_64-apple-darwin18.7.0)
% zsh -fc 'read -t -k'
% zsh -fc 'read -u 0 -t -k'
%
More information about your operating system and zsh version might
be helpful.
--
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author