Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 07:01:11 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys kbio.h
Message-ID:  <200909160701.n8G71QSX043249@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-09-16 07:01:11 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              kbio.h 
  Log:
  SVN rev 197247 on 2009-09-16 07:01:11Z by ed
  
  Extend the keyboard character size to 24 bits.
  
  Because we use an int to store keyboard chacacters and their flags, we
  can easily store the flags in the top byte instead of the second byte.
  This means it's a lot easier to make Unicode work.
  
  The only change that still needs to be made, is that keyent_t's map is
  extended to u_int.
  
  Obtained from:  //depot/projects/newcons/sys/sys/kbio.h
  
  Revision  Changes    Path
  1.12      +15 -9     src/sys/sys/kbio.h



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