this repo has no description
13
fork

Configure Feed

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

Remove unused InternalScreen cursor

authored by

CJ van den Berg and committed by
Tim Culverhouse
d4f4ab93 8a9c2d5e

-2
-2
src/InternalScreen.zig
··· 42 42 43 43 buf: []InternalCell, 44 44 45 - cursor_row: u16 = 0, 46 - cursor_col: u16 = 0, 47 45 cursor_vis: bool = false, 48 46 cursor_shape: CursorShape = .default, 49 47