mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-12-08 03:31:06 +01:00
Minor thread realignment changes
This commit is contained in:
@@ -264,7 +264,7 @@ class Tree {
|
||||
if( depth > maxDepthAllowed) {
|
||||
depth = maxDepthAllowed - leftShiftThreadsBy;
|
||||
printDepth(depth+1);
|
||||
stdout.write("┌${getNumDashes((leftShiftThreadsBy + 1) * gSpacesPerDepth - 1, "─")}┘");
|
||||
stdout.write(" ┌${getNumDashes((leftShiftThreadsBy + 1) * gSpacesPerDepth - 1, "─")}┘");
|
||||
leftShifted = true;
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ class Tree {
|
||||
if( leftShifted) {
|
||||
stdout.write("\n");
|
||||
printDepth(depth+1);
|
||||
print("┴");
|
||||
print(" ┴"); // same spaces as when its left shifted
|
||||
}
|
||||
|
||||
return numPrinted;
|
||||
|
||||
Reference in New Issue
Block a user