Showing changes from revision #0 to #1:
Added | Removed | Changed
Message Block | |
---|---|
+20 | null terminated string |
+?? | null terminated Font Identifier String |
This message is used to send a small amount of text to the task with the cursor. To avoid ambiguity in the interpretation of the character codes in the text string, a font identifier or Font Encoding Identifier should be included. This allows the recipient to insert text in the desired font, or to remap if necessary to the character set in use.
It should be sent recorded to the window containing the cursor. If the owner ignores the message and it bounces, the content can be transferred by some other method, such as Wimp_ProcessKey or OS_Byte 138. Note that in this case the sender is responsible for remapping to the current Alphabet.
For example, to send the Author’s name “Лев Николаевич Толстой” one could use:
+20 | “ÕÞ ½ØÚÞÛÐÕÒØç ÂÞÛáâÞÙ”,0 | (chrs shown in Latin1) |
+42 | “\ECyrillic”,0 |