Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fifo: allow using escape characters #1950

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

trygveaa
Copy link
Member

@trygveaa trygveaa commented Jun 3, 2023

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.

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.
@codecov-commenter
Copy link

Codecov Report

Merging #1950 (18ada77) into master (482fe66) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head 18ada77 differs from pull request most recent head eb5c938. Consider uploading reports for the commit eb5c938 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1950      +/-   ##
==========================================
- Coverage   47.25%   47.24%   -0.01%     
==========================================
  Files         215      215              
  Lines       90029    90041      +12     
==========================================
  Hits        42539    42539              
- Misses      47490    47502      +12     
Impacted Files Coverage Δ
src/plugins/fifo/fifo.c 34.84% <0.00%> (-3.49%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@flashcode flashcode self-assigned this Jun 3, 2023
@flashcode flashcode added the feature New feature request label Jun 3, 2023
@flashcode flashcode added this to the 4.0.0 milestone Jun 3, 2023
@flashcode flashcode merged commit 43dee8c into weechat:master Jun 3, 2023
flashcode added a commit that referenced this pull request Jun 3, 2023
flashcode added a commit that referenced this pull request Jun 3, 2023
@trygveaa trygveaa deleted the fifo-send-multiline branch June 3, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants