1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

core: return info about line/word for chat area in focus hashtable, add keys m/q/Q to quote line in cursor mode, sort mouse keys by priority

This commit is contained in:
Sebastien Helleu
2011-08-14 11:30:08 +02:00
parent fb4c1ed1e9
commit 1cb7c6a6c5
41 changed files with 1202 additions and 521 deletions
+3
View File
@@ -507,6 +507,9 @@ irc_bar_item_focus_buffer_nicklist (void *data,
const char *str_buffer, *nick;
str_buffer = weechat_hashtable_get (info, "_buffer");
if (!str_buffer || !str_buffer[0])
return NULL;
rc = sscanf (str_buffer, "%lx", &value);
if ((rc == EOF) || (rc == 0))
return NULL;