Age | Commit message (Collapse) | Author |
|
|
|
are not displayed
|
|
|
|
|
|
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
|
|
Regression was indirectly caused by commit
d18f68e497c4244404ff8f4f50de82717b178e09 in core that allows to display all
control chars in buffers.
But the fix is in exec plugin: end of line in command output can now be "\r\n"
in addition to a single "\n".
|
|
With this function, buffer properties are set when the buffer is created and
can be read immediately by other plugins/scripts, for example in a callback of
signal "buffer_opened".
|
|
|
|
|
|
|
|
(issue #1872)
|
|
sensitive (issue #1872)
|
|
|
|
CMake is now the only way to build WeeChat.
|
|
|
|
|
|
|
|
|
|
This reverts commit dff1bf6f0f5521cf9e23e2b32a648512e13b6a72.
|
|
(closes #1566)
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|
|
|
|
|
|
|
|
|
|
file weechat.upgrade is not found
|
|
|
|
"${env:SHELL}" (closes #1356)
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|