starting the new screen implementation

This commit is contained in:
Mitchell Hashimoto
2022-08-30 16:39:49 -07:00
parent f2af0983cf
commit 19b46b6084
2 changed files with 168 additions and 12 deletions

View File

@@ -27,18 +27,7 @@ pub const EraseLine = csi.EraseLine;
pub const TabClear = csi.TabClear;
pub const Attribute = sgr.Attribute;
test {
_ = ansi;
_ = charsets;
_ = color;
_ = csi;
_ = point;
_ = sgr;
_ = stream;
_ = Parser;
_ = Selection;
_ = Terminal;
_ = Screen;
pub const Screen2 = @import("Screen2.zig");
test {
@import("std").testing.refAllDecls(@This());