[uim-commit] r1134 - trunk/doc
ekato at freedesktop.org
ekato at freedesktop.org
Sat Aug 6 16:39:52 EST 2005
Author: ekato
Date: 2005-08-05 23:39:50 -0700 (Fri, 05 Aug 2005)
New Revision: 1134
Modified:
trunk/doc/HELPER-CANDWIN
Log:
* doc/HELPER-CANDWIN : Update.
Modified: trunk/doc/HELPER-CANDWIN
===================================================================
--- trunk/doc/HELPER-CANDWIN 2005-08-06 06:23:56 UTC (rev 1133)
+++ trunk/doc/HELPER-CANDWIN 2005-08-06 06:39:50 UTC (rev 1134)
@@ -21,11 +21,12 @@
show |
hide |
deactivate |
- show_caret_state) "\n" "\n"
+ show_caret_state |
+ update_caret_state) "\n"
charset_specifier = "charset=" charset "\n"
charset = "UTF-8" | "EUC-JP" | "GB18030" |
<or any name that can be specified as iconv_open(3) argument>
- str = str <any characters except for '\0', '\t' or '\n'> | ""
+ str = str <any characters except for '\0', '\t', or '\n'> | ""
num = /[0-9]+/
1. activate
@@ -45,12 +46,12 @@
2. select
Selecting the specified candidate in helper-candwin window.
- select = "select" "\n" num
+ select = "select" "\n" num "\n"
3. move
Moving the helper-candwin window.
- move = "move" "\n" XPos "\n" YPos
+ move = "move" "\n" XPos "\n" YPos "\n"
XPos = num
YPos = num
@@ -72,9 +73,15 @@
7. show_caret_state
Show caret state of the input mode
- show_caret_state = "show_caret_state" "\n" caret_state
- caret_state = "\n" str
+ show_caret_state = "show_caret_state" "\n" timeout "\n" caret_state "\n"
+ timeout = num
+ caret_state = str
+ 8. update_caret_state
+ Update caret state of the input mode
+
+ update_caret_state = "update_caret_state" "\n"
+
Sending Message format BNF
session = messages
messages = messages message | message
@@ -88,4 +95,4 @@
1. index
Sending index of selected candidate with mouse pointer to uim-xim.
- index = "index" "\n" num "\n\n"
+ index = "index" "\n" num "\n"
More information about the uim-commit
mailing list