Reverse rutgers change (attachtoparent vs. spawncli)
authormillert <millert@openbsd.org>
Fri, 3 Mar 2000 19:31:26 +0000 (19:31 +0000)
committermillert <millert@openbsd.org>
Fri, 3 Mar 2000 19:31:26 +0000 (19:31 +0000)
commit8dd1652bc04e7548b0953dde5df08a7447f36c04
tree68961c918304c00277379dfc1572fced9bb350d8
parent7707be76721324823c8217d9bb7da437d6865a86
Reverse rutgers change (attachtoparent vs. spawncli)

New ttreinit function that enters application mode, enables the keypad
and resets the tty size.

New spawn module that calls tttidy() to exit application mode (and cleanup)
then calls ttreinit() after resume to get back into application mode.  Assumes
we have job control.  This takes advantage of the xterm 'alternate screen'.
usr.bin/mg/keymap.c
usr.bin/mg/spawn.c
usr.bin/mg/tty.c