Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: reset tty modes on TMOUT
- X-seq: zsh-workers 55029
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "J.R. Oldroyd" <fbsd@xxxxxxxx>
- Cc: zsh-workers@xxxxxxx
- Subject: Re: reset tty modes on TMOUT
- Date: Fri, 24 Jul 2026 19:36:35 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=0AZVXhZROlefHxDsXL3TJU3JniP/0Ay7gWQzBKnZqgA=; fh=wijsB8oTIQVrkw0V/wIm63nHdkT3mKpzg9rzmWKAw98=; b=AHpSTgj0GZmkUQa9g/C1A1b1i8y3naHNe82zkqIysRHQn9iVqamalHlTlOwMVoXef/ 2KA2M4lN3pmV7nI/qa7zNJY7rwMMVjYslbl9gMSjfKxhBGX4zOEDieSTkNBXJ5h0wQkL me8K9ax9k/09qT5ChqhxfJme0ZDJVVPXT/pW6BfKcy8CC6XPzZyvm1MpEsCcEGqyd82G 0VWoqcGYdDSkD+WkcCYg5QUXQWlqJSF6kNJxsR4M//HS1O09o+LdCVMEe/d5oTNXg8Vf 69ep0xu/NInjz2jxzse5k40lnkgxE+ybdPGeavIjOPhZCe+BCSPCMBZGZcNTEphzOyTS R5fg==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1784947007; cv=none; d=google.com; s=arc-20260327; b=PRvgXOGx8AwpQUxntdtLmzmgsCLus6XisyZu9dveE5RSmT0dKK+rPVfrLOFH9XVLM4 SGbMjXiPSKYROaBIFNVldQAPOBYvdZ+tWDLSreCHFxtaXvMagkHj07xF3MnU10fWYSU6 /Ze5HxxhJFJqzu9J4lMFPHyxajDdBhlmfylW1HPhQaXDsqbs+3AZPRFK0qX/ef1NV/dQ 0vowqE84/mggxYfGwIhmzgSHTLjeiDl5m715tbF83AwHl7/VUS04ja/ce2M3pR/z7q+i daXXeCVX3+qwlWfMd9QXN7D1IfOQxv9DUFQtkeA6nimIReavxFnyibUsJz6xJDr59aCD TZ6Q==
- Archived-at: <https://zsh.org/workers/55029>
- In-reply-to: <20260724132556.6c1f059d@opal.com>
- List-id: <zsh-workers.zsh.org>
- References: <20260724132556.6c1f059d@opal.com>
On Fri, Jul 24, 2026 at 10:26 AM J.R. Oldroyd <fbsd@xxxxxxxx> wrote:
>
> + if (zleactive)
> + settyinfo(&shttyinfo);
> stopmsg = 1;
> zexit(SIGALRM, ZEXIT_SIGNAL);
Shouldn't this happen inside zexit() for any ZEXIT_SIGNAL ?
Workaround: Use "ttyctl -f" in the parent.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author