Re: pty: Define 'struct winsize' on all platforms.

2024-08-16 Thread Bruno Haible
Collin Funk wrote: > Since termios.h defines 'struct winsize' on all platforms I think that > pty.h should also do the same. Yes, given the description of in https://www.gnu.org/software/libc/manual/html_node/Pseudo_002dTerminal-Pairs.html this seems reasonable. > I've committed a patch doing th

pty: Define 'struct winsize' on all platforms.

2024-08-16 Thread Collin Funk
adad4100b3781f586631ac5ad8e4be Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Fri, 16 Aug 2024 21:19:46 -0700 Subject: [PATCH 1/2] pty: Define 'struct winsize' on all platforms. * modules/pty (Depends-on): Add termios. * lib/pty.in.h: Make comments more accurate. (struct winsize