documentation update

This commit is contained in:
marschap
2006-03-11 07:59:31 +00:00
parent 8f4110ec26
commit 2466188aa3
3 changed files with 868 additions and 240 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ First you need to add your driver name to the list of possible choices in the he
<para>This:</para>
<screen>
AC_ARG_ENABLE(drivers,
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
[ --enable-drivers=&lt;list&gt; compile driver for LCDs in &lt;list&gt;.]
[ drivers may be separated with commas.]
[ Possible choices are:]
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
@@ -57,7 +57,7 @@ AC_ARG_ENABLE(drivers,
<para>becomes:</para>
<screen>
AC_ARG_ENABLE(drivers,
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
[ --enable-drivers=&lt;list&gt; compile driver for LCDs in &lt;list&gt;.]
[ drivers may be separated with commas.]
[ Possible choices are:]
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -237,7 +237,7 @@ client->server functions
-------------------------
client_add_key #id
Tells the server the client can handle keypresses of type #id.
#id is probably just "A", "B", and so on...
#id is just "Up", "Down", "Left", "Right", "Enter", "Escape", ...
All keypresses are disabled by default, so you'll have to tell
the server which ones you want to accept...