refactor: unify file icon rendering
This commit is contained in:
parent
38236bd93a
commit
f3296482d0
2 changed files with 4 additions and 4 deletions
|
@ -1437,6 +1437,7 @@ pub fn render_file_icon(self: *renderer.Plane, icon: []const u8, color: u24) voi
|
|||
_ = self.cell_load(&cell, icon) catch {};
|
||||
_ = self.putc(&cell) catch {};
|
||||
self.cursor_move_rel(0, 1) catch {};
|
||||
_ = self.print(" ", .{}) catch {};
|
||||
}
|
||||
|
||||
pub fn render_match_cell(self: *renderer.Plane, y: usize, x: usize, theme_: *const Widget.Theme) !void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue