Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Andrew Potter for the patch.
|
|
|