Orestis Floros e1d3e6b2f6
Fix transient_for endless loop
Other approaches would be:
- Slow/fast pointer technique.
- Using a set/associative map to save 'seen' nodes. i3 does not have
  such data structure.

Counting the total amount of windows is the simpler to implement.

I've also extracted the logic in a function and re-used it in render.c.

Fixes #4404
2021-11-11 20:29:02 +01:00
2021-11-03 09:23:23 +01:00
2021-11-05 15:19:18 +01:00
2021-11-11 20:29:02 +01:00
2021-11-04 19:27:40 +01:00
2021-11-05 15:19:18 +01:00
2021-11-11 20:29:02 +01:00
2021-11-11 20:29:02 +01:00
2021-11-03 09:23:23 +01:00

Logo i3: A tiling window manager

Build Status Issue Stats Pull Request Stats

Packages Packages

i3 is a tiling window manager for X11.

For more information about i3, please see the project's website and online documentation.

For information about contributing to i3, please see CONTRIBUTING.md.

Description
No description provided
Readme 18 MiB
Languages
C 58.4%
Perl 36%
Raku 2.6%
Ruby 1.2%
Shell 0.7%
Other 1.1%