K 10 svn:author V 5 green K 8 svn:date V 27 2003-06-14T08:26:47.000000Z K 7 svn:log V 403 In the last clean-up of this code, the fact that the default tty mode information could only be gleaned from the the tty descriptor itself was neglected, so never did the tty's default settings get copied from the kernel. Specifically, this caused all manner of ctrl-keys to not work. Fix this by calling dogettytab() in all the proper places, and retrieving the terminfo temporarily in dogettytab(). END