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>
|
||||
<screen>
|
||||
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.]
|
||||
[ 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=<list> compile driver for LCDs in <list>.]
|
||||
[ drivers may be separated with commas.]
|
||||
[ Possible choices are:]
|
||||
[ bayrad,cfontz,cfontz633,curses,cwlnx,glcdlib,glk,]
|
||||
|
||||
+865
-237
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user