This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
reorder was misssing in Ross version of viewall
config
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