diff options
Diffstat (limited to 'toolkit/gocui/structs.go')
| -rw-r--r-- | toolkit/gocui/structs.go | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/toolkit/gocui/structs.go b/toolkit/gocui/structs.go index 62a481f..106e719 100644 --- a/toolkit/gocui/structs.go +++ b/toolkit/gocui/structs.go @@ -31,7 +31,14 @@ type config struct { defaultBehavior bool defaultWidth int defaultHeight int - nextW int // where the next window or tab flag should go + // nextW int // where the next window or tab flag should go + + padW int + padH int + + // where the raw corner is + rawW int + rawH int bookshelf bool // do you want things arranged in the box like a bookshelf or a stack? canvas bool // if set to true, the windows are a raw canvas |
