Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2003 01:26:48 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/getty main.c
Message-ID:  <200306140826.h5E8QmHt031654@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306140826.h5E8QmHt031654>