1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 23:13:12 +02:00

Implement support for flexible table layouts.

This commit is contained in:
Sadie Powell
2025-09-19 18:50:27 +01:00
parent ac2b38b1b6
commit 54389f474b
34 changed files with 587 additions and 38 deletions
+2
View File
@@ -114,6 +114,8 @@ private:
ListFormatter list(source.nc);
list.AddColumn(_("Number")).AddColumn(_("Message"));
list.SetFlexible(_("{number}: {message}"));
for (size_t i = 0; i < q->size(); ++i)
{
ListFormatter::ListEntry entry;