aerc/lib/ui
Tim Culverhouse bad694e466 ui: add :split and :vsplit view options
Add :split and :vsplit commands, which split the message list view to
include a message viewer. Each command takes an int, or a delta value
("+1", "-1"). The int value is the resulting size of the message list,
and a new message viewer will be displayed below / to the right of the
message list. This viewer *does not* set seen flags.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-10-18 22:25:35 +02:00
..
borders.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
context.go ui: avoid panic when terminal window is shrunk 2022-09-26 17:32:00 +02:00
fill.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
grid.go ui: add :split and :vsplit view options 2022-10-18 22:25:35 +02:00
interfaces.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
popover.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
stack.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
tab.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
text.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
textinput.go invalidatable: cleanup dead code 2022-10-12 22:16:40 +02:00
ui.go aercmsg: add AercFuncMsg and QueueFunc 2022-10-18 22:20:44 +02:00