Age | Commit message (Collapse) | Author |
|
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
|
|
|
|
The bug is when all buffer lines are unread (so "last_read_line" pointer
is NULL), and that the option weechat.look.read_marker_always_show is on.
The read marker was displayed at bottom after switch to the buffer.
Thanks to Nils Görs.
|
|
(bug #41207)
|
|
|
|
|
|
|
|
|
|
python/perl/ruby/lua/guile plugins (bug #41345)
|
|
insert"
|
|
|
|
|
|
|
|
(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)
|