this repo has no description
13
fork

Configure Feed

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

fix(view): zig fmt on fixes

authored by

00JCIV00 and committed by
Tim Culverhouse
94e28654 0dbd72ef

+3 -2
+1 -1
examples/view.zig
··· 175 175 }); 176 176 if (use_mini_view) { 177 177 _ = try map_win.printSegment( 178 - .{ .text = "This is a mini portion of the View." }, 178 + .{ .text = "This is a mini portion of the View." }, 179 179 .{ .row_offset = 16, .col_offset = 5, .wrap = .word }, 180 180 ); 181 181 }
+2 -1
src/View.zig
··· 103 103 \\ Position Out of Bounds: 104 104 \\ - Pos: {d}, {d} 105 105 \\ - Size: {d}, {d} 106 - , .{ 106 + , 107 + .{ 107 108 col, row, 108 109 self.screen.width, self.screen.height, 109 110 },