terminal: convert C0

This commit is contained in:
Mitchell Hashimoto
2025-10-23 15:09:30 -07:00
parent f7189d14b9
commit 2ef89c153a
4 changed files with 71 additions and 73 deletions

View File

@@ -145,6 +145,7 @@ const Handler = struct {
) !void {
switch (action) {
.print => try self.t.print(value.cp),
else => {},
}
}
};