mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
reformat comments
This commit is contained in:
parent
94d773a262
commit
fefe3c7d81
4 changed files with 13 additions and 19 deletions
1
render.c
1
render.c
|
|
@ -809,6 +809,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
|||
const bool is_highlighted =
|
||||
is_cell_highlighted(term, (struct coord){.row = row_no, .col = col});
|
||||
if(is_highlighted) {
|
||||
// TODO (kociap): Do the same thing as for selection colors.
|
||||
if(term->conf->colors.use_custom.highlights) {
|
||||
_fg = term->conf->colors.highlights.fg;
|
||||
_bg = term->conf->colors.highlights.bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue