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
2024-11-30 23:30:33 -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 \