Commit graph

7 commits

Author SHA1 Message Date
Russ Cox
d25d0ca1a3 devdraw, libdraw: handle keyboard runes > U+FFFF
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-05-18 23:45:03 -04:00
thisrod
931c590611 keyboard: add compose sequences lc and rc for ceiling brackets (#126)
Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6
2018-11-13 23:14:20 -05:00
Martin Kühl
c38ae2afb5 keyboard: add tab/untab symbols (#160) 2018-11-13 23:13:39 -05:00
Jonathan Cast
f9781769d5 keyboard: add more sequences, from existing ones or RFC 1345
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/43990046
2014-01-06 22:19:32 -05:00
Michael Teichgräber
bb7ff349fb devdraw: generate Latin-1 table from lib/keyboard 2009-07-08 08:34:42 -07:00
Russ Cox
7abb729a31 Unicode superscript update
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
2009-05-14 15:54:26 -07:00
rsc
8a9c112ae1 more files 2005-01-04 22:12:12 +00:00