summaryrefslogtreecommitdiff
path: root/toolkit/gocui/gocui.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/gocui.go')
-rw-r--r--toolkit/gocui/gocui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/gocui.go b/toolkit/gocui/gocui.go
index 85e6ea5..d2877d7 100644
--- a/toolkit/gocui/gocui.go
+++ b/toolkit/gocui/gocui.go
@@ -72,7 +72,7 @@ func dragOutputWindow() {
func setFrame(b bool) {
// TODO: figure out what this might be useful for
// what is this do? I made it just 2 lines for now. Is this useful for something?
- v := SetView("global", 15, 5, 80, 8, 10)
+ v := SetView("global", 5, 10, 5, 10, 0) // x0, x1, y1, y2, overlap
if (v == nil) {
log(logError, "setFrame() global failed")
}