diff options
Diffstat (limited to 'view.proto')
| -rw-r--r-- | view.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
