1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

table: add a simple text table renderer

This should help clean up some of the uglier status outputs.

Supports:

 * multi-line table cells
 * character fills
 * sparse tables
 * insert, delete by row and column
 * vertical separators

and not much else.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2023-01-28 21:26:51 -05:00
Ursprung e22653e2c6
Commit a59a02174f
5 geänderte Dateien mit 425 neuen und 0 gelöschten Zeilen
+1
Datei anzeigen
@@ -17,6 +17,7 @@ CRUCIBLE_OBJS = \
path.o \
process.o \
string.o \
table.o \
task.o \
time.o \
uname.o \