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 <slendi@socopon.com>
This commit is contained in:
2025-09-20 03:10:12 +03:00
parent 5cec4d8bb1
commit 149f930ef9

View File

@@ -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 = {
{
{