<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/lib/keyboard, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>devdraw, libdraw: handle keyboard runes &gt; U+FFFF</title>
<updated>2020-05-19T03:45:03+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-05-19T03:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d25d0ca1a3682d97df67f62789767562aa5bf1b3'/>
<id>d25d0ca1a3682d97df67f62789767562aa5bf1b3</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>keyboard: add compose sequences lc and rc for ceiling brackets (#126)</title>
<updated>2018-11-14T04:14:20+00:00</updated>
<author>
<name>thisrod</name>
<email>thisrod@gmail.com</email>
</author>
<published>2018-11-14T04:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=931c5906118e4db3419bfb4dced833902eb14139'/>
<id>931c5906118e4db3419bfb4dced833902eb14139</id>
<content type='text'>
Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ice1c8c9d15cc6febf32dc2b7c449d457acc319b6</pre>
</div>
</content>
</entry>
<entry>
<title>keyboard: add tab/untab symbols (#160)</title>
<updated>2018-11-14T04:13:39+00:00</updated>
<author>
<name>Martin Kühl</name>
<email>martin.kuehl@gmail.com</email>
</author>
<published>2018-11-14T04:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=c38ae2afb5b000400d7e9979fd5bb043b9819d07'/>
<id>c38ae2afb5b000400d7e9979fd5bb043b9819d07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>keyboard: add more sequences, from existing ones or RFC 1345</title>
<updated>2014-01-07T03:19:32+00:00</updated>
<author>
<name>Jonathan Cast</name>
<email>jonathanccast@gmail.com</email>
</author>
<published>2014-01-07T03:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f9781769d519e511ae8274d3b7844c8ac4db23f4'/>
<id>f9781769d519e511ae8274d3b7844c8ac4db23f4</id>
<content type='text'>
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/43990046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/43990046
</pre>
</div>
</content>
</entry>
<entry>
<title>devdraw: generate Latin-1 table from lib/keyboard</title>
<updated>2009-07-08T15:34:42+00:00</updated>
<author>
<name>Michael Teichgräber</name>
<email>mt@ib.wmipf.de</email>
</author>
<published>2009-07-08T15:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=bb7ff349fb314edffabb01c418e146d563548058'/>
<id>bb7ff349fb314edffabb01c418e146d563548058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode superscript update</title>
<updated>2009-05-14T22:54:26+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2009-05-14T22:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=7abb729a31e1efbc6e5895083e591133dc4717e5'/>
<id>7abb729a31e1efbc6e5895083e591133dc4717e5</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>more files</title>
<updated>2005-01-04T22:12:12+00:00</updated>
<author>
<name>rsc</name>
<email>devnull@localhost</email>
</author>
<published>2005-01-04T22:12:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=8a9c112ae169f96d4bf11622575e07efa19ed6f5'/>
<id>8a9c112ae169f96d4bf11622575e07efa19ed6f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
