Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat protocol
|
|
They are used in completion of commands `/filter disable` and
`/filter enable`.
|
|
They are used in completion of commands `/trigger disable` and
`/trigger enable`.
|
|
|
|
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".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1926)
|
|
|
|
|
|
#1808)
|
|
|
|
|
|
This allows you to use escape characters if you start the fifo command
with \ instead of *, in the same way as the escape_commands option in
the relay protocol. This allows you to send commands consisting of
multiple lines by using \n if the buffer has input_multiline set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|