nim-termui
nim-termui copied to clipboard
add `gcsafe` pragma to methods
I'm not sure if this is a Nim 2.0 error, but tests fail with this error:
Error: Base method '<METHOD>' requires explicit '{.gcsafe.}' to be GC-safe
I added the gcsafe pragma to remove this error