diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-05 08:43:50 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-05 08:43:50 +0300 |
| commit | 4b6769e531ab844db2ed98445c13df9e2c781776 (patch) | |
| tree | 7ff5638d0c8041bd16dc7ce20dc674cd74bde866 /helpfuncs.go | |
| parent | d144ee76d942c9594d12508f3dfbcb90b988f0ce (diff) | |
Fix (notification): non-blocking way to notify
Diffstat (limited to 'helpfuncs.go')
| -rw-r--r-- | helpfuncs.go | 2 |
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) |
