Skip to content

cursor-updater: join cursor updater thread when main loop stops

This patch is sent as WIP since I'm not sure yet what would be the best way to signal the cursor thread it needs to stop. Currently it just uses some variable, the other option i consider is to use a pipe so that the cursor thread can add it to its poll. Please advise if you have better option i missed (or any other comment)

Edited by Snir Sheriber

Merge request reports