Add comment explaining mainloop_windows.go
This commit is contained in:
parent
ca7e8555bd
commit
354b6641b6
@ -1,5 +1,8 @@
|
||||
package main
|
||||
|
||||
// Windows doesn't support process backgrounding like *nix.
|
||||
// So we have a separate loop for it.
|
||||
|
||||
import "github.com/nsf/termbox-go"
|
||||
|
||||
func mainLoop(memBolt *BoltDB, style Style) {
|
||||
|
Loading…
Reference in New Issue
Block a user