cvs commit: src/libexec/getty main.c

Brian Feldman green at FreeBSD.org
Sat Jun 14 01:26:49 PDT 2003


green       2003/06/14 01:26:48 PDT

  FreeBSD src repository

  Modified files:
    libexec/getty        main.c 
  Log:
  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().
  
  Revision  Changes    Path
  1.43      +20 -6     src/libexec/getty/main.c


More information about the cvs-src mailing list