feat(renderer): render cells instead of raw u8 array contents
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 39s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 39s
This commit is contained in:
@@ -2,7 +2,7 @@ const std = @import("std");
|
||||
pub const Key = @import("terminal/Key.zig");
|
||||
pub const Size = @import("terminal/Size.zig");
|
||||
pub const Position = @import("terminal/Position.zig");
|
||||
pub const Style = @import("terminal/Style.zig");
|
||||
pub const Cell = @import("terminal/Cell.zig");
|
||||
pub const code_point = @import("code_point");
|
||||
|
||||
const log = std.log.scoped(.terminal);
|
||||
@@ -229,5 +229,5 @@ fn getReportMode(ps: u8) ReportMode {
|
||||
}
|
||||
|
||||
test {
|
||||
_ = Style;
|
||||
_ = Cell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user