From c136ca2b4c33ae639af0f62f604ecdf73ea38d3e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 07:01:27 -0600 Subject: tab rotates through the windows --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.go') diff --git a/init.go b/init.go index 58d2ad2..8f68fed 100644 --- a/init.go +++ b/init.go @@ -77,7 +77,7 @@ func standardExit() { log.Log(NOW, "standardExit() send back Quit()") // go sendBackQuit() // don't stall here in case the // induces a delay in case the callback channel is broken - log.Sleep(1) + time.Sleep(200 * time.Millisecond) log.Log(NOW, "standardExit() exit()") os.Exit(0) } -- cgit v1.2.3