mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
osc: change info logging to debug logging when changing the cursor color
This commit is contained in:
parent
0d319f8793
commit
b507d3a55e
1 changed files with 1 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -656,7 +656,7 @@ osc_dispatch(struct terminal *term)
|
|||
if (string[0] == '#' ? !parse_legacy_color(string, &color) : !parse_rgb(string, &color))
|
||||
break;
|
||||
|
||||
LOG_INFO("change cursor color to %06x", color);
|
||||
LOG_DBG("change cursor color to %06x", color);
|
||||
|
||||
if (color == 0)
|
||||
term->cursor_color.cursor = 0; /* Invert fg/bg */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue