summaryrefslogtreecommitdiff
path: root/src/config/key.zig
AgeCommit message (Collapse)Author
2025-03-12testMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2024-01-03font-family settings are repeatable to specify fallbackMitchell Hashimoto
2023-12-09Remove redundant `inline` keyCaio Oliveira
This breaks in zig version `0.12.0-dev.1808+69195d0cd` (current head)
2023-11-06termio: cursor-style-blink being set disables DEC mode 12Mitchell Hashimoto
Fixes #820 See the very long comment in termio/Exec.zig.
2023-09-10config: add C API ghostty_config_get to read configuration valuesMitchell Hashimoto
2023-09-10config: extract into dedicated dir, split into filesMitchell Hashimoto