this repo has no description
13
fork

Configure Feed

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

vxfw(TextField): use style for text too

+1 -1
+1 -1
src/vxfw/TextField.zig
··· 216 216 217 217 const base: vaxis.Cell = .{ .style = self.style }; 218 218 @memset(surface.buffer, base); 219 - const style: vaxis.Style = .{}; 219 + const style = self.style; 220 220 const cursor_idx = self.graphemesBeforeCursor(); 221 221 if (cursor_idx < self.draw_offset) self.draw_offset = cursor_idx; 222 222 if (max_width == 0) return surface;