Commit Graph

3 Commits

Author SHA1 Message Date
Tee KOBAYASHI dcf5c1c2f4 calcurse: Use alternative `pthread_cancel` workaround
Use of atomic flags does not work well when the loop involves long wait.
2022-11-15 18:42:09 +00:00
Henrik Grimler fd63b7d1cf calcurse: update to 4.7.0 2020-10-18 10:57:58 +02:00
Leonid Pliushch a05b788a78 calcurse: update patches for pthread_cancel
Add pthread_cancel replacement through atomic_flag instead of using
pthread_kill(thread, 0).

Fixes https://github.com/termux/termux-packages/issues/4378.
2020-10-01 20:42:58 +03:00