diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-08 11:24:26 +0200 |
commit | ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3 (patch) | |
tree | 46772e4cea727b1cac30b32618bdeb8c02643474 /src/core | |
parent | 370769f7594dbab367172f15902e28b1a7b7f436 (diff) | |
download | weechat-ede9a96eb9709fd440b4c1d7cd6f5529cb6d45e3.zip |
core: add optional buffer name for area "chat" in keys of mouse context
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 55bc34b79..1ed072476 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5541,7 +5541,9 @@ command_init () "For context \"mouse\" (possible in context \"cursor\" " "too), key has format: \"@area:key\" where area can be:\n" " *: any area on screen\n" - " chat: chat area\n" + " chat: chat area (any buffer)\n" + " chat(xxx): char area for buffer with name \"xxx\" (full " + "name including plugin)\n" " bar(*): any bar\n" " bar(xxx): bar \"xxx\"\n" " item(*): any bar item\n" |