this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

widgets.TextView: add intCast

authored by

Danylo Kondratiev and committed by
Tim Culverhouse
14213159 f01e29ce

+1 -1
+1 -1
src/widgets/TextView.zig
··· 184 184 }; 185 185 186 186 self.scroll_view.writeCell(win, pos.x, pos.y, .{ 187 - .char = .{ .grapheme = cluster, .width = width }, 187 + .char = .{ .grapheme = cluster, .width = @intCast(width) }, 188 188 .style = style, 189 189 }); 190 190 }