diff options
author | Eon S. Jeon <esjeon@hyunmu.am> | 2013-12-17 12:45:38 -0500 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2013-12-18 08:11:22 +0100 |
commit | d60ee7337b5f378d8858ef3774c5552d2c8e54fa (patch) | |
tree | e9714ff107355f235ddfbbe6fe629a98579890fc /FAQ | |
parent | ef1dc9fc4bdfcd944b054c329bb5d51b8c52eb5c (diff) | |
download | st-d60ee7337b5f378d8858ef3774c5552d2c8e54fa.tar.gz st-d60ee7337b5f378d8858ef3774c5552d2c8e54fa.tar.bz2 |
Prevent resizing stdin
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.
Diffstat (limited to 'FAQ')
0 files changed, 0 insertions, 0 deletions