improve the tree view render

This commit is contained in:
2026-01-01 00:16:17 +00:00
parent bf167e1d8a
commit b6c461df7c
2 changed files with 25 additions and 5 deletions
+7
View File
@@ -24,3 +24,10 @@ var (
Width(1).
Background(Primary)
)
// ==================== icons ====================
var (
VerticalLine = "│"
ArrowDownIcon = "⌄"
ArrowRightIcon = ""
)