sway/sway/tree
Alexander Orzechowski 31ce4ea53d container: Skip % char if it doesn't match a view property
The else condition was missed here and we would never skip the % char
if it didn't end up matching with any property. Since we fail to skip
we would re-evaluate the % in an infinite loop never achieving any
forward-progress.

Fixes: https://github.com/swaywm/sway/issues/8333
(cherry picked from commit fc6b8d6af2)
2024-09-20 19:46:27 +02:00
..
arrange.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
container.c container: Skip % char if it doesn't match a view property 2024-09-20 19:46:27 +02:00
node.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
output.c sway/commands/output: Add command to set color profile 2024-06-07 19:01:49 +02:00
root.c build: drop xwayland option 2024-05-21 11:44:39 -04:00
view.c move title_format to container 2024-09-20 19:44:34 +02:00
workspace.c prevent workspace_find_container from crashing with NULL workspaces 2024-06-27 10:19:53 -04:00