diff options
author | Ailin Nemui <ailin@esf51.localdomain> | 2014-01-09 15:20:29 +0100 |
---|---|---|
committer | Ailin Nemui <ailin@esf51.localdomain> | 2014-06-30 02:41:34 +0200 |
commit | 96a292d40e7f6fe505c4a0f686d35132ffac8208 (patch) | |
tree | 6f101c12381cbf47b19ce85499a81435a1d9f4f6 /docs | |
parent | 2d4edc51877719c49d712271967313310f4796fb (diff) | |
download | irssi-96a292d40e7f6fe505c4a0f686d35132ffac8208.zip |
Finish 256 colour support for Irssi
256 colour patch is cleaned up and the remaining cases are made work,
this includes especially Theme support, which was not implemented
before. Changes not related to colours were reverted again, making a
review of the two patches against master easier to follow.
As a byproduct of the Hex-colour code parser, the 24bit colours are
also implemented. Actually using them in the terminal is guarded by a
compile time switch (as well as a run time switch), as it breaks the
existing colour protocol and requires additional storage.
To make a seamless usage, down-conversion is provided for 8 and 16
colours.
Diverging from Tom's approach, the colour protocol is reverted back to
the original one. Unfortunately, the changes required in the Theme
engine will break the API.
For more details, please refer to the patch documentation at either
http://irssi-docs.wikispaces.com/Notes-256-Colour or
https://github.com/shabble/irssi-docs/wiki/Notes-256-Colour
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index 0ffef08f..2a507a04 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -27,6 +27,8 @@ %| Marks the indentation position %# Monospace font on/off (useful with lists and GUI) %% A single % + %XAB %xAB Color from extended plane (A=1-7, B=0-Z) + %ZAABBCC %zAABBCC HTML color (in hex notation) In .theme files %n works a bit differently. See default.theme for more information. |