authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 10:13:25 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 10:13:25 -08:00
log8d6fdb4983a616940c1d5137110292a7862f6a7e
tree31d6ee7386237f29d4950451755bf3fc208e01b6
parentd4a53bcac5b87abecc65491109ec22aaf5f3dc2f

update for stage2


1 files changed, 1 insertions(+), 1 deletions(-)

src/lib.zig+1-1
...@@ -53,7 +53,7 @@ pub const escape = struct {...@@ -53,7 +53,7 @@ pub const escape = struct {
53};53};
5454
55fn make_csi_sequence(comptime c: []const u8, comptime x: anytype) []const u8 {55fn 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}
5858
59fn arr_i_to_s(x: anytype) [][]const u8 {59fn arr_i_to_s(x: anytype) [][]const u8 {