1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

doc: fix typo in developer's guide

This commit is contained in:
Sebastien Helleu
2014-01-17 09:41:01 +01:00
parent 110f558629
commit 32774b72a4
+1 -1
View File
@@ -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)_