1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

core: add optional buffer name for area "chat" in keys of mouse context

This commit is contained in:
Sebastien Helleu
2011-08-08 11:24:26 +02:00
parent 370769f759
commit ede9a96eb9
17 changed files with 219 additions and 132 deletions
+3 -1
View File
@@ -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"