test: change the gesture state color to normal yellow

The current color is unreadable on my screens and since no-one else
really looks at this much, let's change it for my benefit.

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1413>
This commit is contained in:
Peter Hutterer 2026-01-20 14:08:18 +10:00
parent 6bca272629
commit 7ff2326efb

View file

@ -1348,7 +1348,7 @@ litest_log_handler(struct libinput *libinput,
else if (strstr(format, "edge-scroll:"))
color = ANSI_BRIGHT_GREEN;
else if (strstr(format, "gesture:"))
color = ANSI_BRIGHT_YELLOW;
color = ANSI_YELLOW;
else if (strstr(msg, "Plugin:"))
color = ANSI_BRIGHT_CYAN;