diff options
| author | Jeff Carr <[email protected]> | 2025-01-29 07:55:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-29 12:27:10 -0600 |
| commit | 57fbbc62ede2e559cee7ce13983dc79aaeb55d9e (patch) | |
| tree | 3d18ea5bef30e3c1372864f063605205152c7b4c /view.proto | |
| parent | ce11f999f9282e9489e77eb1f9d6c08ae9c9b725 (diff) | |
better debugging output
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 |
