summaryrefslogtreecommitdiff
path: root/src/terminfo
AgeCommit message (Expand)Author
2025-10-03ci: cleanupMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-05-27code style: use `@splat` where possibleQwerasd
2025-03-12testMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2024-06-24Fix some basic build errors.Gordon Cassie
2024-06-240.13 conversionsMitchell Hashimoto
2024-04-21terminfo: reset kbs back to ^?, clear high bit for encodingMitchell Hashimoto
2024-04-20terminfo: for XTGETTCAP, non-parameterized string values return encodedMitchell Hashimoto
2024-04-17fix more comptime var leaksMitchell Hashimoto
2024-02-21terminfo: remove completed todoTim Culverhouse
2023-12-21terminfo: fix `xr` and `rv`Tim Culverhouse
2023-11-08terminfo: add entries for focus reportingGregory Anders
2023-11-06terminfo: fixup Sync terminfo stringGregory Anders
2023-11-03terminfo: add missing % character after conditionalGregory Anders
2023-10-29terminfo: add E3 for clear scrollbackMitchell Hashimoto
2023-10-27terminfo: remove focus reporting mode from XM entry (#748)Gregory Anders
2023-10-10terminfo: add left/right margin entriesMitchell Hashimoto
2023-09-28terminfo: use 'xterm-ghostty' as primary nameTim Culverhouse
2023-09-28terminfo: add additional entries, fix smkx/rmkxTim Culverhouse
2023-09-27terminfo: increase buffer size for testMitchell Hashimoto
2023-09-27terminfo: add mouse entries, correct kmouseTim Culverhouse
2023-09-27terminfo: numeric comptime buffer only needs to be 10 bytesMitchell Hashimoto
2023-09-27terminfo: xtgettcap map name should use the source nameMitchell Hashimoto
2023-09-27terminfo: comptime map for xtgettcap resultsMitchell Hashimoto
2023-09-27terminfo: add bracketed paste entries BD, BE, PS, PETim Culverhouse
2023-09-26terminfo: add a few more missing entries from tmux(1)Mitchell Hashimoto
2023-09-26terminfo: OSC 52 supportMitchell Hashimoto
2023-09-26terminfo: add cursor styles to terminfoTim Culverhouse
2023-09-25terminfo: add Setulc string for colored underlinesTim Culverhouse
2023-09-21terminfo: add Smulx (underline styles) entryTim Culverhouse
2023-08-16terminfo: add fullkbd for kitty keyboard protocolMitchell Hashimoto
2023-06-24terminal: reset CSI param separator in parser on clearMitchell Hashimoto
2023-06-24terminfo: switch to semicolon SGR 48 to prevent render issuesMitchell Hashimoto
2023-06-24terminfo: fix 0 => OMitchell Hashimoto
2023-06-24build: fix race conditions, use actual filesourceMitchell Hashimoto
2023-06-24ghostty encoding test needs more bufferMitchell Hashimoto
2023-06-24terminfo: more capabilties, I think this is all of themMitchell Hashimoto
2023-06-24terminfo: a bunch more capabilitiesMitchell Hashimoto
2023-06-24build: build.zig encodes and writes the terminfo sourceMitchell Hashimoto
2023-06-24terminfo: working on Ghostty's terminfoMitchell Hashimoto
2023-06-23terminfo: basic Source structure and can encodeMitchell Hashimoto