mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-10 23:50:41 -04:00
Merge cc0c3f1a36 into ef7a1c61e5
This commit is contained in:
commit
727f50a73c
11 changed files with 152 additions and 84 deletions
|
|
@ -1535,10 +1535,10 @@ int32_t viewtoright_have_client(const Arg *arg) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (current >= LENGTH(tags))
|
||||
if (current >= config.tag_count)
|
||||
return 0;
|
||||
|
||||
for (n = current + 1; n <= LENGTH(tags); n++) {
|
||||
for (n = current + 1; n <= config.tag_count; n++) {
|
||||
if (get_tag_status(n, selmon)) {
|
||||
found = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue