mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
Add current_window function in plugin API, add window functions in english developer guide
This commit is contained in:
@@ -185,7 +185,7 @@ fifo_exec (const char *text)
|
||||
if (text2[0] == '*')
|
||||
{
|
||||
pos_msg = text2 + 1;
|
||||
ptr_buffer = weechat_current_buffer;
|
||||
ptr_buffer = weechat_current_buffer ();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user