Age | Commit message (Collapse) | Author |
|
process
|
|
Check if the process is finished, even if stdout/stderr are not closed.
Moreover, if the process was terminated by a signal, the return code is
set to WEECHAT_HOOK_PROCESS_ERROR.
|
|
|
|
weechat.look.hotlist_add_buffer_if_away
|
|
|
|
-core)
|
|
|
|
This memory leak was introduced by commit aa81067ad070f05a4aaf98383781eba0fbafefd6
|
|
|
|
|
|
|
|
|
|
command /eval
|
|
|
|
|
|
|
|
case of insufficient memory)
|
|
|
|
command_set_display_option
|
|
static analyzer happy)
|
|
|
|
of insufficient memory)
|
|
|
|
wrong/missing
|
|
|
|
|
|
|
|
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.
|
|
|
|
in template has pipes
|
|
|
|
|
|
|
|
|
|
syntax for match refs)
The reference char is now an argument for the function.
The references are now $0 .. $99 and $+ was added (last match, with
highest number).
The syntax to replace a match with one char is now: $.cN or $.c+
(for example: "$.*3").
|
|
compilation error with autotools)
|
|
|
|
|
|
weechat.look.save_{config|layout}_on_exit
|
|
|
|
|
|
|
|
insert"
|
|
|
|
|
|
|
|
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)
|
|
|
|
|