aerc/commands
Tim Culverhouse edd48c9981 split: clamp minimum split size to 1
The split command allows delta size changes, which triggers a condition
where the split can overflow into the dirlist. Clamp the minimum size of
a split or vsplit to "1" to prevent the view from overflowing, or
completely covering the message list. A split of 0 will still clear the
split.

Reported-by: Koni Marti <koni.marti@gmail.com>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-10-20 22:17:18 +02:00
..
account split: clamp minimum split size to 1 2022-10-20 22:17:18 +02:00
compose compose: warn before sending without attachment 2022-10-17 22:41:00 +02:00
mode lint: simplify code (gosimple) 2022-08-04 21:57:52 +02:00
msg notmuch: add "tag" alias for modify-labels command 2022-10-17 22:04:46 +02:00
msgview msgview: enable next/prev with unfetched headers 2022-10-19 21:51:16 +02:00
terminal lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
cd.go statusline-format: add %p placeholder for current path 2022-09-19 21:25:10 +02:00
choose.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
commands.go commands: implement prompt completion 2022-07-02 18:36:40 +02:00
ct.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
exec.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
global.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
help.go command/help: remove helpClose function 2022-10-19 21:01:55 +02:00
history.go history: store command history in a file 2022-09-14 20:51:51 +02:00
move-tab.go lint: work nicely with wrapped errors (errorlint) 2022-08-04 21:58:04 +02:00
new-account.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
next-tab.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
pin-tab.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
prompt.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
pwd.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
quit.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
set.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
term.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
util.go util: fetch message headers for nil messages 2022-08-22 09:30:37 +02:00
z.go commands: add zoxide support via :z 2022-09-13 23:22:50 +02:00