Make modeless operation work more cleanly / remove implicit "main" mode.

This commit is contained in:
Anna Rose Wiggins 2025-07-04 12:57:01 -04:00
parent acba227843
commit 288a07eb73
3 changed files with 7 additions and 4 deletions

View file

@ -81,7 +81,7 @@ func main() {
logger.Logf("registered %d timers", timerCount)
// initialize the mode variable
mode := "main"
mode := config.GetModes()[0]
fmt.Println("Joyful Running! Press Ctrl+C to quit.")
for {