From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28234 invoked from network); 8 May 2023 05:54:07 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 8 May 2023 05:54:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:MIME-Version: Content-Transfer-Encoding:Content-Type:Date:Subject:Message-Id:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References; bh=6G5EoKAoy4P2SIRO1nfM+6yPwOxhZ5QAUh48ITv0GvU=; b=czYW60ZbPaDeRjlBqEd3LPOepB et4rzzlUNPoFtV7ymKnhVMy0IdyPmaspU96We2C57/TAl5sTSgQBLOi5mXR7dehYjX1DWdtTqPr/f 7a/1u0lA9LcZgAY4cT70IZfYrDP0Pn11ONwkzrvEewouae800hmX/6au4YcudneObhEFFz5xOHoKQ 8t9tyR6hHzZ7dKhCuuJJVmyNDGspbBWxbxQATmPJqnLr9Cnc2ZicXgeEkfsBvnZQD/e/NCm/NZE2R Dwf3076Pd3W5bOaBHd8ef/vwYPaNqgxSNyE3JMctJTFNxGSmxzuzgTfw44Zz7+/+C6FTDz2fh/t7G ms/Vn7oA==; Received: by zero.zsh.org with local id 1pvtoz-0001t8-Gb; Mon, 08 May 2023 05:54:05 +0000 From: labyrinth.moosiger0j@icloud.com To: zsh-users@zsh.org Message-Id: Subject: SIGWINCH and zsh/curses Date: Mon, 8 May 2023 05:53:15 +0000 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 X-Mailer: Sympa 6.2.68 X-Seq: 29078 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: I'm experimenting a bit with zsh/curses (v5.9 on macOS and v5.8.1 on Ubuntu). I accidentally discovered that SIGWINCH "works" under somewhat strange circumstances. (I had initially given up hope and used a workaround). I described that in detail here: https://stackoverflow.com/a/76189726. Is that behavior known?