| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-28 | pledgeHEADmaster | ProsperousPotato | |
| 2025-07-27 | add support for OpenBSD pledge() | ProsperousPotato | |
| 2025-07-27 | move CFLAGS linking outside OpenBSD comments; avoid confusion | ProsperousPotato | |
| 2025-07-26 | remove obsolete function call | ProsperousPotato | |
| 2025-07-26 | hide cursor at startup | ProsperousPotato | |
| 2025-07-26 | Update Makefile | ProsperousPotato | |
| 2025-07-26 | Update Makefile | ProsperousPotato | |
| 2024-09-17 | Fix dependencies | Aleksandrs Stier | |
| 2024-04-06 | fix: cursor becomes hidden forever #26 | Aleksandrs Stier | |
| If multiple keys are pressed and the mouse is moved simultaneously it can cause the cursor to become hidden forever. This is because if multiple keys are pressed very fast and the mouse moves at the same time the X-Server generates respective events before xhidecursor is finished processing the first event and changing the selected event-type. This causes undefined states. To fix that synchronize the X-Server with xhidecursor and discard all events from the event-queue after finishing processing an event. | |||
| 2024-04-03 | Publish xhidecursor | Aleksandrs Stier | |
