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
added missing arrange
config
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