diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-17 09:41:01 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-17 09:41:01 +0100 |
commit | 32774b72a4635fdd5936142cdc236df2813478bc (patch) | |
tree | ed6388f77bc95d0a38605d44dfc552bcfadc33de | |
parent | 110f558629b66c02a6e64976149e4ad2f353654b (diff) | |
download | weechat-32774b72a4635fdd5936142cdc236df2813478bc.zip |
doc: fix typo in developer's guide
-rw-r--r-- | doc/en/weechat_dev.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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)_ |