add(layout/tab): Tab layout implementation
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 9m46s

This commit is contained in:
2024-11-21 23:27:00 +01:00
parent 6cd78d0418
commit c0c7b9f925
5 changed files with 440 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ pub fn App(comptime E: type, comptime R: fn (comptime bool) type, comptime fulls
if (buf[0] == 0x1b and read_bytes > 1) {
switch (buf[1]) {
// TODO: parse corresponding codes
// 0x5B => parseCsi(input, &self.buf), // CSI see https://github.com/rockorager/libvaxis/blob/main/src/Parser.zig
else => {},
}
} else {