this repo has no description
13
fork

Configure Feed

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

widgets(terminal): remove comment about default

-2
-2
src/widgets/terminal/Screen.zig
··· 182 182 self.buf[i].dirty = true; 183 183 184 184 self.cursor.col += width; 185 - // FIXME: when do we set default in this function?? 186 - // self.buf[i].default = false; 187 185 } 188 186 189 187 /// IND