summaryrefslogtreecommitdiff
path: root/src/termio
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: FlatpakMitchell Hashimoto
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-02address review commentsJeffrey C. Ollie
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-09-30feat: add GHOSTTY_BIN_DIR to path via shell integrationMatthew Hrehirchuk
2025-09-30termio: make trivial stream handler callbacks inlineQwerasd
2025-09-12termio: don't send extra OSC terminator for color reportsMitchell Hashimoto
2025-09-11terminal: update parser to use new color parser and stream handlerMitchell Hashimoto
2025-09-09terminal: fix test w/ freed configCheru Berhanu
2025-08-22terminal: test execCommand w/ freed configCheru Berhanu
2025-08-22terminal: fix use-after-free in execCheru Berhanu
2025-08-20terminal: change OSC parser to explicit init to set undefinedMitchell Hashimoto
2025-08-19zsh: add tests for setupZshJon Parise
2025-07-18termio: simplify logging to remove undefined accessMitchell Hashimoto
2025-07-17core/gtk: add support for displaying a progress bar with OSC 9;4Jeffrey C. Ollie
2025-07-10bash: preserve an existing ENV valueJon Parise
2025-07-09cli: rewrite ssh-cache diskcache and test IOMitchell Hashimoto
2025-07-05Merge branch 'main' into ssh-integrationJason Rayne
2025-07-04Nuke GLFW from OrbitMitchell Hashimoto
2025-07-03Merge branch 'main' into ssh-integrationJason Rayne
2025-07-03Handle `exec` failures more gracefullyMitchell Hashimoto
2025-07-03clean up some of the color usage, use exhaustive switchesMitchell Hashimoto
2025-07-03Created tagged union for selection colors, enabled parsingDaniel
2025-07-03Do not resolve the symbolic link for the initial working directoryBasil Crow
2025-06-30various cleanups around scroll timersMitchell Hashimoto
2025-06-30surface: add timer-based scrolling during selectionmoni-dz
2025-06-30termio: add selection scrolling callbackmoni-dz
2025-06-29termio: indicate support for OSC 52 in primary DA reportJames Holderness
2025-06-27Move child exit handling logic to apprt threadMitchell Hashimoto
2025-06-25test: update shell integration tests for SSH flagsJason Rayne
2025-06-25change: migrate SSH integration from standalone option to shell-integration-f...Jason Rayne
2025-06-25feat: add SSH integration wrapper for shell integrationJason Rayne
2025-06-24pwd: fix hostname resolution on macos (#7029)Mitchell Hashimoto
2025-06-22`input` configuration to pass input as stdin on startupMitchell Hashimoto
2025-06-20debug: properly set thread names on macOSQwerasd
2025-06-09feat: implement mode 1048 for saving/restoring cursor position (#7553)Mitchell Hashimoto
2025-06-09feat: implement mode 1048 for saving/restoring cursor positionAlex Straight
2025-06-09termio: unconditionally show "process exited" messageMitchell Hashimoto
2025-06-07Move url parsing helper to os/hostnameKristófer R
2025-06-07extract url parsing into its own functionKristófer R
2025-06-07take kitty-shell-cwd scheme into accountKristófer R
2025-06-07extract mac address validity check to functionKristófer R
2025-06-07Fix modulo operation and custom Uri struct initKristófer R
2025-06-07pwd: fix hostname resolution on macosKristófer R
2025-05-30OSC: allow multiple set/reset/report operations per OSC (#7429)Mitchell Hashimoto
2025-05-29terminal: bring alt screen behaviors much closer in line with xtermMitchell Hashimoto
2025-05-29OSC: nest ColorOperation-related structsJeffrey C. Ollie
2025-05-29OSC: fix typoJeffrey C. Ollie