summaryrefslogtreecommitdiff
path: root/src/terminal/dcs.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-03terminal: Zig 0.15, lib-vt and test-lib-vt workMitchell Hashimoto
2025-09-21terminal: add build option for oniguruma, which controls tmux cc modeMitchell Hashimoto
2025-04-29terminal(dcs): convert all xtgettcap queries to upperTim Culverhouse
2024-07-12terminal/tmux: block output notificationsMitchell Hashimoto
2024-07-12terminal: move tmux control mode parsing out to dedicated fileMitchell Hashimoto
2024-07-11terminal: tmux parsing handles begin/end blocksMitchell Hashimoto
2024-07-11terminal: dcs state cleanup in deinitMitchell Hashimoto
2024-07-11terminal: tmux enter/exitMitchell Hashimoto
2024-07-11terminal: boilerplate for tmux control mode parsingMitchell Hashimoto
2024-07-11terminal: all DCS events can produce a commandMitchell Hashimoto
2024-07-11terminal: dcs put can return a commandMitchell Hashimoto
2023-12-15termio: use u2 for lengthGregory Anders
2023-12-14termio: implement DECRQSSGregory Anders
2023-09-27termio/exec: hook up xtgettcapMitchell Hashimoto
2023-09-27terminal: DCS handler, XTGETTCAP parsingMitchell Hashimoto