tty: remove resize window special case
authorAlan Cox <alan@redhat.com>
Fri, 15 Aug 2008 09:39:38 +0000 (10:39 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Aug 2008 17:34:07 +0000 (10:34 -0700)
This moves it to being a tty operation. That removes special cases and now
also means that resize can be picked up by um and other non vt consoles
which may have a resize operation.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found