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 28398 invoked from network); 8 May 2023 05:58:36 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 8 May 2023 05:58:36 -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=rnm/778zIWX0riJUeESad410Fv 99Z/OjdwiQVy84f48AO0HVmtWzFsFV54vB0rolnL3JcbSJBw4k8l0IC+vQCoxa8wjJJD4ERYhmL6T RnJiMxJ6eITFiL81bO0uQ5GJbmqcRxfZ1vcWk2Pa7VFO6y/WYuPPQiplJGZCSM7gXu7uk2gVoNDJJ wgktgCpLwJhrAGschUGels0WIfczIVTVusfZUnOMr+tEU6y/s7seCnqNwH0XLdXqxxLfFMxiJJn9h j1BaUvmIxt9O3hkdZguiIopOJ0SB732lRAhDIycn9i/AV0GR7rIIsF0VdqylDDsUIei0I7ZkPj//o BMDbhGLQ==; Received: by zero.zsh.org with local id 1pvttM-00036N-MT; Mon, 08 May 2023 05:58:36 +0000 From: "Zsh User 357" To: zsh-users@zsh.org Message-Id: Subject: SIGWINCH and zsh/curses Date: Mon, 8 May 2023 05:57:45 +0000 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 X-Mailer: Sympa 6.2.68 X-Seq: 29079 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?