Age | Commit message (Collapse) | Author |
|
(task #11477) (patch from Nils Görs)
|
|
|
|
|
|
|
|
|
|
weechat.look.store_layout_on_exit, replace "save" by "store" for layouts
|
|
Now the full name of buffer is displayed, without parentheses around the
plugin name.
The old ouput was:
[1] (core) weechat (notification: all)
[1] (irc) server.freenode (notification: all)
[2] (irc) freenode.#weechat (notification: all)
Now it is:
[1] core.weechat (notification: all)
[1] irc.server.freenode (notification: all)
[2] irc.freenode.#weechat (notification: all)
|
|
|
|
The signal is sent after WeeChat screen refresh, so all sizes for
windows, bars, ... are already adjusted to the new terminal size.
|
|
|
|
|
|
|
|
ssl_fingerprint is set
|
|
digits (when set to non-empty value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GUI_BUFFERS_MAX (10000)
|
|
(plugin API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reference
|
|
function hook_signal (plugin API reference)
|
|
lua_open() isn't defined on Lua 5.2 on Fedora 20. luaL_newstate() is
used in lua 5.1+, but lua 5.0 only has lua_main(). This adds a test
using luaL_newstate() if the lua_main() test fails.
|
|
|
|
(task #10847, task #13031)
The function hook_set has been added in script API.
|
|
|
|
|
|
|
|
|
|
using regular expressions
|
|
reference
|
|
|
|
|
|
|
|
|