commit | f4d2a6c2096b764decb20070b1bf4356de9144a8 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:39:01 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:41 2008 -0700 |
tree | ff1f86d51ea0a60c0a1d22df68e39dd78e625ab1 | |
parent | 8f520021837d45c47d0ab57e7271f8d88bf7f3a4 [diff] |
tty: compare the tty winsize We always use the real tty one for stuff so the pty one should not be compared. As we propagate window changes to both it doesn't currently matter but will when we tidy up the pty termios logic a bit more Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>