terminfo: basic Source structure and can encode

This commit is contained in:
Mitchell Hashimoto
2023-06-23 19:22:16 -07:00
parent 8d40fba9ce
commit 3ec8ce8063
3 changed files with 111 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ test {
// Libraries
_ = @import("segmented_pool.zig");
_ = @import("terminal/main.zig");
_ = @import("terminfo/main.zig");
// TODO
_ = @import("blocking_queue.zig");