Thanks! Was great fun following along. Noticed a small typo in the first code segment, `screen` becomes `s` when calling s.Init(). Looking forward to part 2! func main() { screen, err := tcell.NewScreen() if err != nil…
Thanks! Was great fun following along. Noticed a small typo in the first code segment, `screen` becomes `s` when calling s.Init(). Looking forward to part 2! func main() { screen, err := tcell.NewScreen() if err != nil…