Commit Graph

2 Commits

Author SHA1 Message Date
Christian Rocha 0b4539170b Set ENABLE_VIRTUAL_TERMINAL_INPUT on Windows 2021-10-02 21:13:03 -04:00
Erik G e402e8b567
Cancelable reads (#120)
This commit implements cancelable reads, which allows Bubble Tea programs to run in succession in a single application. It also makes sure all goroutines terminate before `Program.Start()` returns.

Closes #24.
2021-09-28 13:30:11 -04:00