utk-se / WorldSyntaxTree

Language-agnostic parsing of World of Code repositories
Other
20 stars 0 forks source link

Register SIGWINCH forward from main proc to multiprogress handler #36

Open robobenklein opened 3 years ago

robobenklein commented 3 years ago

Can't catch signals in a non-main thread, so gotta make sure the main always registers them and then forwards any calls over to multiprogress for resize support.

Also should be viable to include the SIGINT handler fix for stopping the collector procs.