summaryrefslogtreecommitdiff
path: root/src/termio/Options.zig
AgeCommit message (Expand)Author
2025-02-21Update libxev to use dynamic backend, support Linux configurabilityMitchell Hashimoto
2024-11-14termio: change all sizes to the new size typeMitchell Hashimoto
2024-10-18fix: report correct screen pixel sizeTim Culverhouse
2024-07-15termio: writer => mailboxMitchell Hashimoto
2024-07-15termio: reader => backendMitchell Hashimoto
2024-07-15termio: remove more stateMitchell Hashimoto
2024-07-15termio: take reader as optionMitchell Hashimoto
2024-07-14termio: writer abstractionMitchell Hashimoto
2024-07-13termio: rename Exec to Termio throughoutMitchell Hashimoto
2024-06-08small stylistic tweaksMitchell Hashimoto
2024-06-04plumb the linux cgroup through to termioMitchell Hashimoto
2023-08-24termio/exec: initial subprocess screen size should be sub paddingMitchell Hashimoto
2023-08-08plumb through the resources dir to termioMitchell Hashimoto
2023-03-19termio: use DerivedConfigMitchell Hashimoto
2023-03-19make it claer the config pointer is not stable after renderer/IO initMitchell Hashimoto
2023-02-24rename more stuffMitchell Hashimoto
2023-02-24Integrating new surfaceMitchell Hashimoto
2023-02-01renderer uses libxevMitchell Hashimoto
2022-11-14OSC handling, handle OSC change window title commandMitchell Hashimoto
2022-11-05implement cursor reset when data comes in ptyMitchell Hashimoto
2022-11-05IO thread can trigger render and write dataMitchell Hashimoto
2022-11-05IO thread has more state setupMitchell Hashimoto
2022-11-05Start pulling out IO thread and IO implementationMitchell Hashimoto