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=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20678 invoked from network); 24 Jul 2020 17:51:28 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 24 Jul 2020 17:51:28 -0000 Received: (qmail 9263 invoked by uid 550); 24 Jul 2020 17:51:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9230 invoked from network); 24 Jul 2020 17:51:26 -0000 Date: Fri, 24 Jul 2020 13:51:14 -0400 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20200724175111.GD6949@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Subject: [musl] POSIX & SIGWINCH Somehow I missed that POSIX has adopted (for future issue) SIGWINCH and struct winsize and added functions (instead of raw ioctl) to get/set window size: https://www.austingroupbugs.net/view.php?id=1151#c3856 These should be added to musl. I'll aim to do this along with other proposed additions shortly after release. Rich