Intial project structure with zterm dependency and basic tui render/event loop
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m41s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m41s
This commit is contained in:
9
src/model.zig
Normal file
9
src/model.zig
Normal file
@@ -0,0 +1,9 @@
|
||||
//! Model of the `zterm` application.
|
||||
|
||||
// TODO planned features:
|
||||
|
||||
// FIX known issues:
|
||||
|
||||
const Model = @This();
|
||||
|
||||
pub const init: @This() = .{};
|
||||
Reference in New Issue
Block a user