diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -56,6 +56,8 @@ func initPlugin() { //time.Sleep(200 * time.Millisecond) log.CaptureMode(me.stdout) + // initial app window settings + // initial stdout window settings me.stdout.w = 180 me.stdout.h = 40 @@ -289,7 +291,7 @@ func newWindowTrigger() { time.Sleep(200 * time.Millisecond) waitOK() time.Sleep(200 * time.Millisecond) - redoWindows(3, 3) + redoWindows(me.FirstWindowW, me.FirstWindowH) me.firstWindowOk = true if !me.stdout.init { me.stdout.init = true |
