summaryrefslogtreecommitdiff
path: root/userland/ante
AgeCommit message (Collapse)Author
2024-06-21Userland: Use sys/socket.h not socket.hAnton Kling
These files only compiled due to the previous header not being cleaned up
2023-10-31ante: Adjust X position of cursor so it can always land on a line.Anton Kling
If a y position is found for the cursor we will adjust the X position to the optimial position. Previously if you tried to move from the end of a long line to a short line it would not work since a valid X position could not be found.
2023-10-24ante: Truncate the file before writing to it.Anton Kling
Previously the file size would not decrease even if data was deleted.
2023-10-23ante: Make use of the LibGUI event loop.Anton Kling
2023-10-22Update .gitignore for all programsAnton Kling
2023-10-22Ignore relased key events in 'ante'Anton Kling
2023-10-22Move everything into a new repo.Anton Kling