movestack: Add a fix in for loops

Nikita Ivanov 2023-09-05 02:39:27 +02:00
parent af06060f80
commit 02f1caaa84

@ -2,6 +2,7 @@
Allows you to move a window up and down the stack.
### Download
- [2023-09-05](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:movestack.patch)
- [2023-06-21](https://github.com/djpohly/dwl/compare/main...Abanoub8:movestack.patch)
- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-movestack.patch)
- [2022-01-16](https://github.com/djpohly/dwl/compare/main...ss7m:movestack.patch)
@ -10,3 +11,4 @@ Allows you to move a window up and down the stack.
- [sam-barr](https://github.com/ss7m)
- [Dmitry Zakharchenko](https://github.com/dm1tz)
- [Abanoub8](https://github.com/Abanoub8)
- [Nikita Ivanov](https://github.com/NikitaIvanovV)