Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/pmax/tc



Module Name:    src
Committed By:   mhitch
Date:           Sat Jan  8 18:48:34 UTC 2005

Modified Files:
        src/sys/arch/pmax/tc: dtkbd.c

Log Message:
Fix MAXINE keyboard multi-key press bug.  Keyboard sends all currently
depressed keys in each message.  Any keys in current message that are
also present in previous message are ignored.  However, copying a byte
array into an integer array and comparing entry by entry doesn't have
the desired effect.  Change the definition of the save buffer to match
the current message buffer data.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/pmax/tc/dtkbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index