]> jfr.im git - irc/weechat/weechat.git/commit
fifo: allow using escape characters
authorTrygve Aaberge <redacted>
Sat, 3 Jun 2023 13:20:05 +0000 (15:20 +0200)
committerSébastien Helleu <redacted>
Sat, 3 Jun 2023 19:31:38 +0000 (21:31 +0200)
commit43dee8ce548856f4d65caad66c1b7dba4d8b603e
tree81a7ba9e1b5695266131725e735d8123b04efcbc
parent682fc40708ca5ff0b86ff2f4d4652c477fdb22c5
fifo: allow using escape characters

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.
src/plugins/fifo/fifo.c