[dev] [st][PATCH] Prevent resizing stdin
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.
Received on Tue Dec 17 2013 - 18:41:01 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 17 2013 - 18:48:06 CET