aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-28pledgeHEADmasterProsperousPotato
2025-07-27add support for OpenBSD pledge()ProsperousPotato
2025-07-27move CFLAGS linking outside OpenBSD comments; avoid confusionProsperousPotato
2025-07-26remove obsolete function callProsperousPotato
2025-07-26hide cursor at startupProsperousPotato
2025-07-26Update MakefileProsperousPotato
2025-07-26Update MakefileProsperousPotato
2024-09-17Fix dependenciesAleksandrs Stier
2024-04-06fix: cursor becomes hidden forever #26Aleksandrs 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-03Publish xhidecursorAleksandrs Stier