index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
termio
/
Termio.zig
Age
Commit message (
Expand
)
Author
2025-08-20
terminal: change OSC parser to explicit init to set undefined
Mitchell Hashimoto
2025-07-03
clean up some of the color usage, use exhaustive switches
Mitchell Hashimoto
2025-07-03
Created tagged union for selection colors, enabled parsing
Daniel
2025-06-29
termio: indicate support for OSC 52 in primary DA report
James Holderness
2025-06-27
Move child exit handling logic to apprt thread
Mitchell Hashimoto
2025-06-22
`input` configuration to pass input as stdin on startup
Mitchell Hashimoto
2025-03-11
Zig 0.14
Mitchell Hashimoto
2025-02-21
Update libxev to use dynamic backend, support Linux configurability
Mitchell Hashimoto
2025-02-14
termio: use modified backend
Tim Culverhouse
2024-12-30
fix: selected text remains after clear_screen action
Damien Mehala
2024-12-08
termio: clear kitty images when deleting above the cursor
moni
2024-11-29
terminal: reset should preserve desired default mode values
Mitchell Hashimoto
2024-11-23
termio: track whether fg/bg color is explicitly set
Gregory Anders
2024-11-15
termio: need to update cached size on resize
Mitchell Hashimoto
2024-11-14
renderer: message uses new size struct
Mitchell Hashimoto
2024-11-14
termio: change all sizes to the new size type
Mitchell Hashimoto
2024-11-14
termio: change resize message to use new size struct
Mitchell Hashimoto
2024-11-14
core: make surface use only renderer.Size
Mitchell Hashimoto
2024-11-07
move datastructures to dedicated "datastruct" package
Mitchell Hashimoto
2024-10-18
fix: report correct screen pixel size
Tim Culverhouse
2024-09-18
termio: stop the termios poller when not focused
Mitchell Hashimoto
2024-09-04
termio: send initial focus reports
Gregory Anders
2024-08-14
termio: wake renderer outside of critical area in resize
Qwerasd
2024-08-14
fix: prevent flicker while shrinking screen by eliminating thread race
Qwerasd
2024-08-07
Implement the XTWINOPS (CSI t) control sequences that "make sense".
Jeffrey C. Ollie
2024-07-22
config: add cursor-invert-fg-bg option
Gregory Anders
2024-07-17
terminal: implement in-band size reports (Mode 2048)
Mitchell Hashimoto
2024-07-15
termio: remove unused data
Mitchell Hashimoto
2024-07-15
remove unused derived config values
Mitchell Hashimoto
2024-07-15
termio: get rid of manual backend
Mitchell Hashimoto
2024-07-15
termio: writer => mailbox
Mitchell Hashimoto
2024-07-15
termio: reader => backend
Mitchell Hashimoto
2024-07-15
termio: take reader as option
Mitchell Hashimoto
2024-07-15
termio: trying to get Exec to not have access to full Opts
Mitchell Hashimoto
2024-07-14
termio: ReadData is gone!
Mitchell Hashimoto
2024-07-14
termio: excessive cursor reset
Mitchell Hashimoto
2024-07-14
termio: remove a ton of state
Mitchell Hashimoto
2024-07-14
termio: writer abstraction
Mitchell Hashimoto
2024-07-14
termio: ReadData doesn't need a loop
Mitchell Hashimoto
2024-07-13
termio: remove more unused things
Mitchell Hashimoto
2024-07-13
termio: move all subprocess logic to termio.Exec
Mitchell Hashimoto
2024-07-13
termio: rename
Mitchell Hashimoto
2024-07-13
termio: move subprocess out to its own file
Mitchell Hashimoto
2024-07-13
termio: cleanup more state
Mitchell Hashimoto
2024-07-13
termio: queueWrite no longer uses EventData
Mitchell Hashimoto
2024-07-13
termio: move stream handler to dedicated file, remove dep on EventData
Mitchell Hashimoto
2024-07-13
termio: changeConfig on reader data
Mitchell Hashimoto
2024-07-13
termio: remove data field
Mitchell Hashimoto
2024-07-13
termio: wip but it builds
Mitchell Hashimoto