johnnovak / illwill

A curses inspired simple cross-platform console library for Nim
Do What The F*ck You Want To Public License
398 stars 27 forks source link

Make illwill threadsafe #19

Closed albinvass closed 3 years ago

albinvass commented 3 years ago

illwIll cannot be used in a separate thread since it mutates a lot of global variables. This fixes some of that.

johnnovak commented 3 years ago

It was not quite meant to be thread-safe, but ok, these changes don't hurt so merging 😄