summaryrefslogtreecommitdiff
path: root/src/termio/Exec.zig
AgeCommit message (Expand)Author
2024-07-15termio: writer => mailboxMitchell Hashimoto
2024-07-15termio: reader => backendMitchell Hashimoto
2024-07-15termio: trying to get Exec to not have access to full OptsMitchell Hashimoto
2024-07-14termio: fix windows buildMitchell Hashimoto
2024-07-14termio: remove a ton of stateMitchell Hashimoto
2024-07-14termio: writer abstractionMitchell Hashimoto
2024-07-13termio: move all subprocess logic to termio.ExecMitchell Hashimoto
2024-07-13termio: move subprocess out to its own fileMitchell 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
2024-07-05termio: hook up OSC8Mitchell Hashimoto
2024-07-03termio: allow failing to build manpath stringMitchell Hashimoto
2024-07-03termio: remove unnecessary resources_key constJon Parise
2024-07-03termio: add man pages to MANPATH on macOSJon Parise
2024-07-01Don't leak env vars in GTK apprt.Jeffrey C. Ollie
2024-06-08small stylistic tweaksMitchell Hashimoto
2024-06-07Use clone3 / CLONE_INTO_CGROUP on LinuxJeffrey C. Ollie
2024-06-05apprt/gtk: cgroup hierarchy only affects surfacesMitchell Hashimoto
2024-06-05termio/exec: move subprocess into cgroupMitchell Hashimoto
2024-06-05termio: plumb a lot more to get ready to move into cgroupMitchell Hashimoto
2024-06-04plumb the linux cgroup through to termioMitchell Hashimoto
2024-05-27refactor(shell-integration): refactor to make cases alphabeticalilk
2024-05-07termio: shell integration uses arenaMitchell Hashimoto
2024-05-05shell-integration: automatic bash integrationJon Parise
2024-05-01terminal: track dirty state of palette and reverse colorsMitchell Hashimoto
2024-04-21termio: pass full command to shell integrationJon Parise
2024-04-19config: rename "wcswidth" to "legacy" for "grapheme-width-method"Mitchell Hashimoto
2024-04-17fix breaking changes with latest zigMitchell Hashimoto
2024-03-29fix(termio/exec): avoid overflow in setCursorRow/ColRelativeQwerasd
2024-03-22termio/exec: clear screen should erase rows and shift upMitchell Hashimoto
2024-03-22termio/exec: only clear above cursor if cursor is not on y=0Mitchell Hashimoto
2024-03-22terminal: jump to promptMitchell Hashimoto
2024-03-22core: configurable scrollback limitMitchell Hashimoto
2024-03-22termio/exec: get compiler errors goneMitchell Hashimoto
2024-03-22zig build test with renamed terminal packageMitchell Hashimoto
2024-03-22update zigMitchell Hashimoto
2024-02-12Update usage of std.os.OKrzysztof Wolicki
2024-02-05terminal: use SIMD w/ Neon to find ESC in VT streamsMitchell Hashimoto
2024-02-02terminal: rename theme to color_scheme for dsrMitchell Hashimoto
2024-02-02core: colorSchemeCallback on surface, can reportMitchell Hashimoto
2024-02-02terminal: distinguish between DSRs with "?" and notMitchell Hashimoto
2024-02-02config: grapheme-width-method sets mode 2027Mitchell Hashimoto
2024-01-31termio/exec: only add ghostty path if it isn't already in pathMitchell Hashimoto
2024-01-31termio/exec: always put ghostty bin dir in GHOSTTY_BIN_DIR env varMitchell Hashimoto
2024-01-31Automatically inject ghostty cli to end of $PATHAllan Calix
2024-01-28terminal: handle SCOSC/SCORCMitchell Hashimoto
2024-01-17config: introduce wait-after-commandMitchell Hashimoto
2024-01-13remove tracy usage from all filesMitchell Hashimoto
2024-01-11Use WINDIR instead of hardcoding C:\Windowswidberg