diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-08-24 21:48:14 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2023-08-24 21:48:14 +0200 |
commit | a93a1547ea9864342d8ccee4008f282a5049510a (patch) | |
tree | 316ae20046de4e7ebadc036ef63d9ca722ab4c2b /README.md | |
parent | 5ce50c2bee5f2acb7b206ee37b851e3bc48bf9fa (diff) | |
download | wee-slack-a93a1547ea9864342d8ccee4008f282a5049510a.tar.gz |
Update the readme with info about multiline in WeeChat >= 4.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -23,7 +23,6 @@ Table of Contents * [Commands and options](#commands-and-options) * [Threads](#threads) * [Emoji characters and tab completions of emoji names](#emoji-characters-and-tab-completions-of-emoji-names) - * [User group tab completions](#user-group-tab-completions) * [Cursor and mouse mode](#cursor-and-mouse-mode) * [Removing a team](#removing-a-team) * [Optional settings](#optional-settings) @@ -35,6 +34,7 @@ Table of Contents * [Local notifications on macOS](#local-notifications-on-macos) * [Remote notifications](#remote-notifications) * [How do I send messages with multiple lines?](#how-do-i-send-messages-with-multiple-lines) + * [For WeeChat < 4.0.0](#for-weechat--400) * [Known issues](#known-issues) * [Debugging](#debugging) * [Support](#support) @@ -426,6 +426,13 @@ have to test them. ### How do I send messages with multiple lines? +With WeeChat >= 4.0.0 this is supported out of the box. You can either press +Alt+Enter to insert a line break, or paste something containing multiple lines. + +For older versions of WeeChat, continue reading the next section. + +#### For WeeChat < 4.0.0 + You have to install a script to be able to send multiple lines, e.g. the `multiline.pl` script with: `/script install multiline.pl` |