Add macro and QuitAll support

This commit is contained in:
Zachary Yedidia
2019-08-04 20:23:32 -07:00
parent 24eb6fee25
commit 7217911c3a
3 changed files with 66 additions and 9 deletions

View File

@@ -4,7 +4,6 @@ import (
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"sort"
@@ -246,6 +245,5 @@ func main() {
} else {
action.Tabs.HandleEvent(event)
}
log.Println("Done event cycle")
}
}