improve the tree view render
This commit is contained in:
@@ -24,3 +24,10 @@ var (
|
||||
Width(1).
|
||||
Background(Primary)
|
||||
)
|
||||
|
||||
// ==================== icons ====================
|
||||
var (
|
||||
VerticalLine = "│"
|
||||
ArrowDownIcon = "⌄"
|
||||
ArrowRightIcon = "›"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user