From dd55143e1830c5144580fe0a9071c641f6791b26 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 9 Jun 2022 14:19:55 +0100 Subject: [PATCH] weechat: allow multiline input --- weechat/weechat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 1f64d75..3570d4c 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -313,8 +313,8 @@ input.items = "time, input_prompt │,[input_search],[input_paste],scroll,in input.position = bottom input.priority = 10 input.separator = off -input.size = 1 -input.size_max = 2 +input.size = 0 +input.size_max = 0 input.type = window isetbar.color_bg = default isetbar.color_bg_inactive = default -- 2.48.1