summaryrefslogtreecommitdiff
path: root/view.proto
diff options
context:
space:
mode:
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