mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
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:
parent
6bca272629
commit
7ff2326efb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue