From 4b6769e531ab844db2ed98445c13df9e2c781776 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 5 Mar 2026 08:43:50 +0300 Subject: Fix (notification): non-blocking way to notify --- helpfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 038e275..b94e672 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -521,7 +521,7 @@ func updateFlexLayout() { if shellMode { flex.AddItem(shellInput, 0, 10, false) } else { - flex.AddItem(textArea, 0, 10, false) + flex.AddItem(bottomFlex, 0, 10, true) } if positionVisible { flex.AddItem(statusLineWidget, 0, 2, false) -- cgit v1.2.3