Age | Commit message (Collapse) | Author |
|
|
|
-core)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command /eval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New key: alt+"!", to swith to bare display (same key to come back to
standard display).
New options:
- weechat.look.bare_display_exit_on_input (default: on): by default
any changes in input will return to standard display
- weechat.look.bare_display_time_format (default: "%H:%M"): the format
of time used in bare display.
|
|
|
|
weechat.look.save_{config|layout}_on_exit
|
|
|
|
reference
|
|
|
|
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using regular expressions
|
|
|
|
Thanks to Andrew Potter for the patch.
|
|
|
|
|
|
|
|
|
|
|
|
default when terminal becomes too small for windows
|
|
|
|
|