> > The problem was that ioctl was resizing cmdfd before it gets
> > initialized in ttynew. Since cmdfd is a global variable, its initial
> > value is 0, and consequently stdin was being resized.
Good catch, I'll apply the patch.
Regards,
--
Roberto E. Vargas Caballero
On Tue, 17 Dec 2013 12:41:01 -0500
"Eon S. Jeon" wrote:
>
> Hello,
>
> This fixes a bug that the parent tty gets resized whenever you launch
> st through command line.
>
> The problem was that ioctl was resizing cmdfd before it gets
> initialized in ttynew. Since cmdfd is a global variable, it
Hello,
This fixes a bug that the parent tty gets resized whenever you launch
st through command line.
The problem was that ioctl was resizing cmdfd before it gets
initialized in ttynew. Since cmdfd is a global variable, its initial
value is 0, and consequently stdin was being resized.