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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user