aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/mklatinkbd.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-18devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox1-1/+1
Runes in Plan 9 were limited to the 16-bit BMP when I drew up the RPC protocol between graphical programs and devdraw a long time ago. Now that they can be 32-bit, use a 32-bit wire encoding too. A new message number to avoid problems with other clients (like 9fans.net/go). Add keyboard shortcut alt : , for U+1F602, face with tears of joy, to test that it all works.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+2
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2011-04-04mklatinkbd: fix buffer overflowEoghan Sherry1-1/+1
Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057
2011-01-02mklatinkbd: fix out of bounds bugRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/3828045
2011-01-02keyboard(7): document X compose sequencesRuss Cox1-22/+108
Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
2009-07-08devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber1-0/+232