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
added missing arrange
main
Anselm R.Garbe
18 years ago
parent
19da197f58
commit
57e6e3bb80
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tag.c
+ 1
- 0
tag.c
View File
@ -269,6 +269,7 @@ tag(Arg *arg)
sel
-
>
tags
[
i
]
=
False
;
sel
-
>
tags
[
arg
-
>
i
]
=
True
;
settitle
(
sel
)
;
arrange
(
NULL
)
;
}
void
Write
Preview
Loading…
Cancel
Save