| ... | @@ -53,7 +53,7 @@ pub const escape = struct { | ... | @@ -53,7 +53,7 @@ pub const escape = struct { |
| 53 | }; | 53 | }; |
| 54 | | 54 | |
| 55 | fn make_csi_sequence(comptime c: []const u8, comptime x: anytype) []const u8 { | 55 | fn make_csi_sequence(comptime c: []const u8, comptime x: anytype) []const u8 { |
| 56 | return escape.CSI ++ _join(";", arr_i_to_s(x)) ++ c; | 56 | return escape.CSI ++ comptime _join(";", arr_i_to_s(x)) ++ c; |
| 57 | } | 57 | } |
| 58 | | 58 | |
| 59 | fn arr_i_to_s(x: anytype) [][]const u8 { | 59 | fn arr_i_to_s(x: anytype) [][]const u8 { |