diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 07:01:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 07:01:27 -0600 |
| commit | c136ca2b4c33ae639af0f62f604ecdf73ea38d3e (patch) | |
| tree | 645a5073e7a17a256e4b1185dd4a5b65679e3dfc /init.go | |
| parent | 87141b8d990e42bcc65174a43cbd17f0578fe274 (diff) | |
tab rotates through the windows
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
