summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 07:01:27 -0600
committerJeff Carr <[email protected]>2025-02-06 07:01:27 -0600
commitc136ca2b4c33ae639af0f62f604ecdf73ea38d3e (patch)
tree645a5073e7a17a256e4b1185dd4a5b65679e3dfc /init.go
parent87141b8d990e42bcc65174a43cbd17f0578fe274 (diff)
tab rotates through the windows
Diffstat (limited to 'init.go')
-rw-r--r--init.go2
1 files changed, 1 insertions, 1 deletions
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)
}