| ... | @@ -60,8 +60,8 @@ pub fn Main(comptime T: type) type { | ... | @@ -60,8 +60,8 @@ pub fn Main(comptime T: type) type { |
| 60 | break; | 60 | break; |
| 61 | } | 61 | } |
| 62 | | 62 | |
| 63 | std.debug.print("{s}", .{comptime ansi.csi.CursorUp(1)}); | 63 | std.debug.print("{s}", .{ansi.csi.CursorUp(1)}); |
| 64 | std.debug.print("{s}", .{comptime ansi.csi.EraseInLine(0)}); | 64 | std.debug.print("{s}", .{ansi.csi.EraseInLine(0)}); |
| 65 | std.debug.print("{d}\n", .{line_num}); | 65 | std.debug.print("{d}\n", .{line_num}); |
| 66 | line_num += 1; | 66 | line_num += 1; |
| 67 | } | 67 | } |