This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
reorder was misssing in Ross version of viewall
main
Anselm R. Garbe
18 years ago
parent
bab575c868
commit
924a088812
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
view.c
+ 1
- 0
view.c
View File
@ -280,6 +280,7 @@ viewall(Arg *arg)
for
(
i
=
0
;
i
<
ntags
;
i
+
+
)
seltag
[
i
]
=
True
;
reorder
(
)
;
arrange
(
NULL
)
;
}
Write
Preview
Loading…
Cancel
Save