termio: start the thread mailbox, hook up resize

This commit is contained in:
Mitchell Hashimoto
2022-11-04 20:27:48 -07:00
parent a8e7c52041
commit b100406a6e
5 changed files with 114 additions and 13 deletions

View File

@@ -2,6 +2,7 @@
//! for taking the config, spinning up a child process, and handling IO
//! with the termianl.
pub const message = @import("termio/message.zig");
pub const Exec = @import("termio/Exec.zig");
pub const Options = @import("termio/Options.zig");
pub const Thread = @import("termio/Thread.zig");