@ -48,7 +48,7 @@ import (
)
func main() {
g, err := gocui.NewGui()
g, err := gocui.NewGui(gocui.OutputNormal)
if err != nil {
log.Panicln(err)
}