From 149f930ef93c3194c9781d693d285d7fc6ce7780 Mon Sep 17 00:00:00 2001 From: Slendi Date: Sat, 20 Sep 2025 03:10:12 +0300 Subject: [PATCH] irc: make Send message dialog multiline and expandable - Enable for multiline input. - Use and to expand input box and maximize space. Signed-off-by: Slendi --- main.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.lua b/main.lua index b821766..9fdc73e 100644 --- a/main.lua +++ b/main.lua @@ -457,6 +457,9 @@ function IrcChatView:promptSendMessage() dialog = InputDialog:new{ title = _("Send message"), input = "", + allow_newline = true, -- allow multiline input + use_available_height = true, -- expand input to available height + condensed = true, -- reduce extra padding to maximize text area buttons = { { {