reformat comments

This commit is contained in:
Piotr Kocia 2025-06-14 02:02:12 +02:00
parent 94d773a262
commit fefe3c7d81
4 changed files with 13 additions and 19 deletions

View file

@ -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;