diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-19 15:31:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-19 15:31:55 +0200 |
commit | 8ea3ca45ad53987757aa35af80b1e45aca763760 (patch) | |
tree | a833141559c9e813f65f7ce476d5c5b34eee45e4 /doc | |
parent | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords (diff) | |
download | mds-8ea3ca45ad53987757aa35af80b1e45aca763760.tar.gz mds-8ea3ca45ad53987757aa35af80b1e45aca763760.tar.bz2 mds-8ea3ca45ad53987757aa35af80b1e45aca763760.tar.xz |
mds-colour: message parsing
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 7db4af0..719bf02 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -3086,7 +3086,8 @@ header @code{Error}. @item Message: Description of the error, single line, mid-sentence case, no punctuation in the end, must not be a -question but rather it must be a statement. +question but rather it must be a statement. The +message shall end with a line feed. @item Purpose: Enable keyboard layout servers to automatically set @@ -5073,7 +5074,8 @@ each of these values will be suffixed with a single regular blank space making the format @code{bytes red green blue name}. Note that the name may contain any whitespace@footnote{Tab space is discouraged.} -except a line feed. +except a line feed. Allowed values for the byte count +are 1, 2, 4 and 8. The payload will end with a line break unless it is empty. No empty lines will otherwise be included @@ -5130,6 +5132,7 @@ message contain the headers: @table @code @item Bytes The number of bytes with which each channel is encoded. +Allowed values are 1, 2, 4 and 8. @item Red The value of the red channel. @item Green @@ -5137,6 +5140,9 @@ The value of the green channel. @item Blue The value of the blue channel. @end table +If the colour is not defined, the @code{Command: error} +message will return a custom error, with the message +``not defined''. @item Purpose: @cpindex Toolkits, colours @@ -5195,6 +5201,7 @@ Add or modify colour definition. @item Conditionally required header: @code{Bytes} The number of bytes with which each channel is encoded. +Allowed values are 1, 2, 4 and 8. Required unless @code{Remove: yes} is included in the headers. @item Conditionally required header: @code{Red} |