Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: When is STTY ignored?
- X-seq: zsh-workers 41181
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: When is STTY ignored?
- Date: Mon, 29 May 2017 17:02:09 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=+dFcY31QKQ+2pUfxELfi5b45KWoM3cog0dxhM5Gz6KA=; b=BlPwh9T5RdWY78zF0mC9JvgON5wycadKatIbzqLlXbngHIi4xUAwtqbdwbuCxrqhA7 4KBYRb5A66LRgsZ5R51YBdwArNE3E+GjrmWvDCFI0BwEwdSMlZrkZZhXGaJOS1yoVWog CztgDA5x1CkGzJM513ST66cbS1hzpgFfEtoTqCUFrqJ8H6CVyXMFkNcY2YtYGtXPLJrD d46aaAdGRuV4urZ1ZNXEmLVk7fBvtcE4qWElyMOtBmvhDgq79pOw+PyMAvJEGVyYbtB9 RQffsHb8oUsEHFtSzKyUGT/9lwdoEW/5NyJt4PhG57XVkTBAiI47wbDSAPWL3vJXL4CV IP8Q==
- In-reply-to: <20170529203625.GA7664@chaz.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20170529203625.GA7664@chaz.gmail.com>
On May 29, 9:36pm, Stephane Chazelas wrote:
}
} It's not very clear to me when one may use STTY.
It applies only to external commands, not those executed within zsh
(functions, loops, other multiline constructs, builtins).
If it's in the environment of a function et al., it'll apply to all
external commands run from within that construct.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author