Stefan Haller
|
3df01aaff0
|
Add a mechanism to insert non-model items into list contexts
Not used by anything yet.
|
2023-08-29 08:04:47 +02:00 |
|
Stefan Haller
|
7953f7fa86
|
Make RenderDisplayStrings return the column positions
Not used by anything yet, but we'll need it later in this branch.
|
2023-08-28 14:21:06 +02:00 |
|
Stefan Haller
|
72731f2c16
|
Change RenderDisplayStrings to return a slice of strings
We'll join them with newlines afterwards. This will make it easier to insert
other (non-model) items.
|
2023-08-28 14:21:06 +02:00 |
|
Stefan Haller
|
198ead7c14
|
Extract a ListRenderer struct
I'm doing this not so much because it's a great abstraction, but just because it
will make it much easier to write tests for it.
|
2023-08-28 14:21:06 +02:00 |
|