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
/
Options.zig
Age
Commit message (
Expand
)
Author
2025-02-21
Update libxev to use dynamic backend, support Linux configurability
Mitchell Hashimoto
2024-11-14
termio: change all sizes to the new size type
Mitchell Hashimoto
2024-10-18
fix: report correct screen pixel size
Tim Culverhouse
2024-07-15
termio: writer => mailbox
Mitchell Hashimoto
2024-07-15
termio: reader => backend
Mitchell Hashimoto
2024-07-15
termio: remove more state
Mitchell Hashimoto
2024-07-15
termio: take reader as option
Mitchell Hashimoto
2024-07-14
termio: writer abstraction
Mitchell Hashimoto
2024-07-13
termio: rename Exec to Termio throughout
Mitchell Hashimoto
2024-06-08
small stylistic tweaks
Mitchell Hashimoto
2024-06-04
plumb the linux cgroup through to termio
Mitchell Hashimoto
2023-08-24
termio/exec: initial subprocess screen size should be sub padding
Mitchell Hashimoto
2023-08-08
plumb through the resources dir to termio
Mitchell Hashimoto
2023-03-19
termio: use DerivedConfig
Mitchell Hashimoto
2023-03-19
make it claer the config pointer is not stable after renderer/IO init
Mitchell Hashimoto
2023-02-24
rename more stuff
Mitchell Hashimoto
2023-02-24
Integrating new surface
Mitchell Hashimoto
2023-02-01
renderer uses libxev
Mitchell Hashimoto
2022-11-14
OSC handling, handle OSC change window title command
Mitchell Hashimoto
2022-11-05
implement cursor reset when data comes in pty
Mitchell Hashimoto
2022-11-05
IO thread can trigger render and write data
Mitchell Hashimoto
2022-11-05
IO thread has more state setup
Mitchell Hashimoto
2022-11-05
Start pulling out IO thread and IO implementation
Mitchell Hashimoto