aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/latin1.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox1-8/+31
Alt X 1234 for U+1234 Alt X X 12345 for U+12345 Alt X X X 103456 for U+103456.
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox1-1/+1
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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>
2009-07-08devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber1-100/+1
2009-05-14Unicode superscript updateRuss Cox1-1/+1
font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard
2006-06-25new draw serverrsc1-0/+179