documentation update
This commit is contained in:
@@ -43,7 +43,7 @@ First you need to add your driver name to the list of possible choices in the he
|
|||||||
<para>This:</para>
|
<para>This:</para>
|
||||||
<screen>
|
<screen>
|
||||||
AC_ARG_ENABLE(drivers,
|
AC_ARG_ENABLE(drivers,
|
||||||
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
|
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
|
||||||
[ drivers may be separated with commas.]
|
[ drivers may be separated with commas.]
|
||||||
[ Possible choices are:]
|
[ Possible choices are:]
|
||||||
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
|
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
|
||||||
@@ -57,7 +57,7 @@ AC_ARG_ENABLE(drivers,
|
|||||||
<para>becomes:</para>
|
<para>becomes:</para>
|
||||||
<screen>
|
<screen>
|
||||||
AC_ARG_ENABLE(drivers,
|
AC_ARG_ENABLE(drivers,
|
||||||
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
|
[ --enable-drivers=<list> compile driver for LCDs in <list>.]
|
||||||
[ drivers may be separated with commas.]
|
[ drivers may be separated with commas.]
|
||||||
[ Possible choices are:]
|
[ Possible choices are:]
|
||||||
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
|
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
|
||||||
|
|||||||
+853
-225
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -237,7 +237,7 @@ client->server functions
|
|||||||
-------------------------
|
-------------------------
|
||||||
client_add_key #id
|
client_add_key #id
|
||||||
Tells the server the client can handle keypresses of type #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
|
All keypresses are disabled by default, so you'll have to tell
|
||||||
the server which ones you want to accept...
|
the server which ones you want to accept...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user