From 9d530c5dbd49c42418e212e507c8307e124bbaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 27 Nov 2016 08:20:35 +0100 Subject: [PATCH] doc: fix typo in English developer's guide --- doc/en/weechat_dev.en.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index b72d765e0..23c03b2c7 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -797,7 +797,7 @@ All combinations are summarized in this table: [width="100%",cols="4,2,2,8",options="header"] |=== | Code | Example | Areas | Description -| [hex]#19# + STD | [hex]#19# `+01++` | chat + bars | Set attributes and color using option, see table below. +| [hex]#19# + STD | [hex]#19# `+01+` | chat + bars | Set attributes and color using option, see table below. | [hex]#19# + EXT | [hex]#19# `+@00001+` | chat | Set color with a ncurses pair (used only on `/color` buffer). | [hex]#19# + "F" + (A)STD | [hex]#19# `+F*05+` | chat + bars | Set foreground (WeeChat color). | [hex]#19# + "F" + (A)EXT | [hex]#19# `+F@00214+` | chat + bars | Set foreground (extended color).