d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.06k stars 59 forks source link

3.0 - context shouldn't be shared with background render thread #185

Closed d0c-s4vage closed 1 year ago

d0c-s4vage commented 1 year ago

Describe the bug

The background render thread is currently sharing the context with the main foreground thread. Situations can arise where the foreground thread uses the context to render the title at the same time that the background thread is still rendering a large slide deck.

d0c-s4vage commented 1 year ago

Fixed by #186