Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Detect typed input without swallowing characters
- X-seq: zsh-users 27515
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Marc Cornellà <hello@xxxxxxxxxxxxx>
- Cc: Philippe Troin <phil@xxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Detect typed input without swallowing characters
- Date: Fri, 11 Feb 2022 11:08:43 -0800
- Archived-at: <https://zsh.org/users/27515>
- In-reply-to: <CACn48No-sNDR84CjFgGmzeuOvRc7UMUwWm9TEcLgC0afFP=eQQ@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CACn48Nq5hW0u9PhrTPSGOZjvohArKpVoXrGsryEM+jQpwfS-zg@mail.gmail.com> <24180172015e6c9c3bab278c840eabcaa1a3249f.camel@fifi.org> <CACn48No-sNDR84CjFgGmzeuOvRc7UMUwWm9TEcLgC0afFP=eQQ@mail.gmail.com>
On Fri, Feb 11, 2022 at 1:09 AM Marc Cornellà <hello@xxxxxxxxxxxxx> wrote:
>
> It does work, thanks! I tried my best at using STTY to avoid having to
> reset it afterwards, but it didn't have the desired effect.
STTY= only works for external commands, not builtins / shell functions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author