Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: SIGWINCH not respected when terminal size is unchanged
- X-seq: zsh-workers 43209
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: SIGWINCH not respected when terminal size is unchanged
- Date: Thu, 26 Jul 2018 09:03:21 -0700
- Cc: Sheheryar Parvaz <skipper308@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9u7AabNraBldy8N7/v7X5rZROeOB/qF0TGuwAlGlYKY=; b=LYts8dqTpajh6gAu6WPPQ7dsPzzn2TCnZXsjlsIvHSNViBFVLb+fUMg9EH6StNLjSW ba0+ZxiI9oDYyHVGv8OESbF2yjkYfWyVb1XRSNoUUik/u1iJSNbcqrnDcssv+5s1DPS3 MTZ7fvKfBuVkLqehZU5yVEGPQJHShtf6lpcqBDT/LhDVSP0DvDhqvkRUvVEhFh0jnjQ0 QgORliGQyY5KE6QTFeZGKrEGtXbKDM+hk+4JOpgtcP1y/HCLNFjIbjO6tnLFA+gYKLra tZShUMg7mmicPJK8mLrhDFrfH/qZEz5YXdSi28bvhKPV8WfbNEjLAiRumg9QSIrGBPZK JCbw==
- In-reply-to: <DM5PR13MB15968B3171AABDC584F234A3F12B0@DM5PR13MB1596.namprd13.prod.outlook.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <DM5PR13MB15968B3171AABDC584F234A3F12B0@DM5PR13MB1596.namprd13.prod.outlook.com>
On Thu, Jul 26, 2018 at 6:42 AM, Sheheryar Parvaz <skipper308@xxxxxxxxxx> wrote:
> This breaks software such as abduco and dtach, as they call SIGWINCH upon reattaching.
Sorry, could you explain exactly what you mean by "not respected" and
what breakage you observe?
The signal is certainly always trapped, and zsh always checks that
LINES and COLUMNS match the values returned by TIOCGWINSZ, so the only
internal difference is whether a reset of the line editor occurs.
Other processes are not blocked from receiving the signal. So what
exactly is wrong?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author