summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-02-11 07:55:29 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-02-11 07:55:29 +0100
commitd31a6540caa6f2f95ad61d7854053bdded8d8afa (patch)
treec9ff93a9ea97aa9ea30e17b47c5d6a6ad465cfbe
parentdoc: add color codes in strings (developer's guide) (diff)
downloadweechat-d31a6540caa6f2f95ad61d7854053bdded8d8afa.tar.xz
weechat-d31a6540caa6f2f95ad61d7854053bdded8d8afa.zip
doc: update example of color code in developer's guide
-rw-r--r--doc/en/weechat_dev.en.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt
index 025656ef8..9f149adca 100644
--- a/doc/en/weechat_dev.en.txt
+++ b/doc/en/weechat_dev.en.txt
@@ -859,14 +859,14 @@ Examples of color codes:
[width="50%",cols="1,2",options="header"]
|========================================
-| Code | Description
-| @h(19)`01` | color of option "01" (chat text)
-| @h(19)`*08,03` | yellow on red
-| @h(19)`*@00214` | orange (extended color 214)
-| @h(19)`*@_00214,@00017` | underlined orange (214) on dark blue (17)
-| @h(1A)`_` | set underline
-| @h(1B)`_` | remove underline
-| @h(1C)`bD` | reset attributes and color
+| Code | Description
+| @h(19)`01` | color of option "01" (chat text)
+| @h(19)`*08,03` | yellow on red
+| @h(19)`*@00214` | orange (extended color 214)
+| @h(19)`*@*_00214,@00017` | bold underlined orange (214) on dark blue (17)
+| @h(1A)`_` | set underline
+| @h(1B)`_` | remove underline
+| @h(1C)`bD` | reset attributes and color
|========================================
[[plugin_internals]]