summaryrefslogtreecommitdiff
path: root/src/input/function_keys.zig
AgeCommit message (Expand)Author
2025-10-04input: use std.Io.Writer for key encoder, new API, expose via libghosttyMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-05-09input: remove translatedMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2024-12-20Change to F3 legacy encoding with modifiers (#3019)Mitchell Hashimoto
2024-12-19Change to F3 legacy encoding with modifiersSam Atman
2024-12-19Docfix: correct comment for modifyOtherKeys sequenceSam Atman
2024-08-05chore: clean up typosƁukasz Niemier
2024-01-09input: missing kp_begin encoding entryMitchell Hashimoto
2023-12-27input: only send keypad events for keypad application modeMitchell Hashimoto
2023-12-13key: add additional keypad keysTim Culverhouse
2023-09-20input: correct xterm encoding for modified F1-F4Mitchell Hashimoto
2023-08-26input: keypad enter should act as normal "\r" if no other seq matchesMitchell Hashimoto
2023-08-13input: various more helpersMitchell Hashimoto
2023-08-13core: match and emit function keysMitchell Hashimoto
2023-08-13input: add all the mappings for pc style function keysMitchell Hashimoto