Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 1997 20:36:52 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa syscons.c
Message-ID:  <199707140336.UAA00169@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      1997/07/13 20:36:52 PDT

  Modified files:
    sys/i386/isa         syscons.c 
  Log:
  scgetc() referred to `spcl' in different ways when a key is pressed
  and released.  It should use `spcl' consistently in both cases,
  otherwise shift/control/alt state may not be correctly set/reset.
  
  (Even with this fix, you can still make syscons confused and fail to
  change internal state if you really want to, by installing a really
  arcane and artificial keymap.)
  
  PR: i386/4030
  Reviewed by: sos
  
  Revision  Changes    Path
  1.224     +2 -2      src/sys/i386/isa/syscons.c



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