summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-05 08:43:50 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-05 08:43:50 +0300
commit4b6769e531ab844db2ed98445c13df9e2c781776 (patch)
tree7ff5638d0c8041bd16dc7ce20dc674cd74bde866 /helpfuncs.go
parentd144ee76d942c9594d12508f3dfbcb90b988f0ce (diff)
Fix (notification): non-blocking way to notify
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go2
1 files changed, 1 insertions, 1 deletions
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)