summaryrefslogtreecommitdiff
path: root/view.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 07:55:56 -0600
committerJeff Carr <[email protected]>2025-01-29 12:27:10 -0600
commit57fbbc62ede2e559cee7ce13983dc79aaeb55d9e (patch)
tree3d18ea5bef30e3c1372864f063605205152c7b4c /view.proto
parentce11f999f9282e9489e77eb1f9d6c08ae9c9b725 (diff)
better debugging output
Diffstat (limited to 'view.proto')
-rw-r--r--view.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/view.proto b/view.proto
index eeea1c4..537ffa2 100644
--- a/view.proto
+++ b/view.proto
@@ -22,6 +22,7 @@ message ViewSettings { // `autogenpb:nomutex`
message Tree {
View parent = 1;
repeated View children = 2;
+ View node = 3;
}
// this is the gocui 'view' in binary tree form