summaryrefslogtreecommitdiff
path: root/src/input.c
AgeCommit message (Expand)Author
2022-11-28Refactor string vector code.Phil Jones
2022-11-19Add missing errno.h include.Phil Jones
2022-11-19Add support for pasting from clipboard.Phil Jones
2022-11-01Add alternative key binding to delete a word.Maksim
2022-10-23Synchronise rendering with surface update.Phil Jones
2022-10-23Replace wchar and friends with Unicode handling.Phil Jones
2022-10-21Initial input handling cleanup.Phil Jones