summaryrefslogtreecommitdiff
path: root/src/termio.zig
AgeCommit message (Expand)Author
2024-08-16termio: yeet usingnsMitchell Hashimoto
2024-07-15termio: update docsMitchell Hashimoto
2024-07-15termio: writer => mailboxMitchell Hashimoto
2024-07-15termio: reader => backendMitchell Hashimoto
2024-07-15termio: take reader as optionMitchell Hashimoto
2024-07-14termio: writer abstractionMitchell Hashimoto
2024-07-13termio: move subprocess out to its own fileMitchell Hashimoto
2024-07-13termio: move stream handler to dedicated file, remove dep on EventDataMitchell Hashimoto
2024-07-13termio: changeConfig on reader dataMitchell Hashimoto
2024-07-13termio: wip but it buildsMitchell Hashimoto
2024-07-13termio: rename Exec to Termio throughoutMitchell Hashimoto
2024-04-20termio: fix "forced" shell integrationJon Parise
2023-08-08Fix typosKevin Hovsäter
2023-02-06termio: reader thread is thread-safe for writing to writerMitchell Hashimoto
2022-11-05rename termio thread message structMitchell Hashimoto
2022-11-05termio: start the thread mailbox, hook up resizeMitchell Hashimoto
2022-11-05Start pulling out IO thread and IO implementationMitchell Hashimoto