Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
5.2)
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
In Lua 5.1 lua_open directly calls luaL_newstate, but was deprecated.
In Lua 5.2 lua_open was removed.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
The original struct name is luaL_Reg, but Lua v5.1 had a
`typedef luaL_reg luaL_Reg`, which in v5.2 was removed
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
|
|
|
|
#36756)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(task #12150)
|
|
|
|
|
|
|
|
|
|
in NEWS
|
|
|
|
|
|
registered
|
|
|
|
|
|
|
|
|
|
horizontal/vertical separators between windows
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
|
|
|
|
(plugin API reference)
|
|
for highlight when nick is offline)
|
|
|
|
|
|
weechat.look.color_nick_offline is on
|
|
from Nei) (task #11109)
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
|
|
|
|
|
|
|
|
|
|
|
|
options (bug #36584)
|
|
|
|
|
|
|
|
|
|
|
|
|