From 32774b72a4635fdd5936142cdc236df2813478bc Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 17 Jan 2014 09:41:01 +0100 Subject: doc: fix typo in developer's guide --- doc/en/weechat_dev.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index f1f630957..80893756a 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -746,7 +746,7 @@ All combinations are summarized in this table: | hex[19] + "b" + "B" | hex[19]`bB` | bars | Set bar background color | hex[19] + "b" + "_" | hex[19]`b_` | input bar | Start input char (used only in item "input_text") | hex[19] + "b" + "-" | hex[19]`b-` | input bar | Start input hidden char (used only in item "input_text") -| hex[19] + "b" + "#" | hex[19]`b#` | input bar | Move cursor char char (used only in item "input_text") +| hex[19] + "b" + "#" | hex[19]`b#` | input bar | Move cursor char (used only in item "input_text") | hex[19] + "b" + "i" | hex[19]`bi` | bars | Start item | hex[19] + "b" + "l" (lower L) | hex[19]`bl` | bars | Start line item | hex[19] + "E" | hex[19]`E` | chat + bars | Emphasize text _(new in version 0.4.2)_ -- cgit v1.2.3