this repo has no description
13
fork

Configure Feed

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

widget(CodeView): fix int type

+1 -1
+1 -1
src/widgets/CodeView.zig
··· 98 98 self.scroll_view.writeCell(win, pos.x, pos.y, cell); 99 99 } else { 100 100 self.scroll_view.writeCell(win, pos.x, pos.y, .{ 101 - .char = .{ .grapheme = cluster, .width = width }, 101 + .char = .{ .grapheme = cluster, .width = @intCast(width) }, 102 102 .style = style, 103 103 }); 104 104 }