aboutsummaryrefslogtreecommitdiffstats
path: root/lib/marker/marker_test.go
Commit message (Collapse)AuthorAgeFilesLines
* mark: allow multiple visual selectionsKoni Marti2022-08-221-1/+1
| | | | | | | | | When entering visual selection mode, the current selection is deleted. This patch extends the visual mode behavior to select multiple blocks of messages. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
* store: extract marking behavior and add testsKoni Marti2022-08-221-0/+139
Separate the marking functions from the message store and extract the marking behavior into its own class with tests. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>