mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
render: don't dim selection while searching
This commit is contained in:
parent
aee5045395
commit
bb4fd58223
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -204,7 +204,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
|||
bg = color_hex_to_pixman(term->cursor_color.cursor);
|
||||
}
|
||||
|
||||
if (term->is_searching) {
|
||||
if (term->is_searching && !is_selected) {
|
||||
pixman_color_dim(&fg);
|
||||
pixman_color_dim(&bg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue