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
oops
config
Anselm R. Garbe
18 years ago
parent
7d4a5e654c
commit
03128f78df
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
draw.c
+ 1
- 1
draw.c
View File
@ -109,7 +109,7 @@ drawstatus()
else
drawtext
(
tags
[
i
]
,
dc
.
norm
,
sel
&
&
sel
-
>
tags
[
i
]
)
;
}
x
=
dc
.
x
+
dc
.
w
+
2
;
x
=
dc
.
x
+
dc
.
w
+
1
;
dc
.
w
=
textw
(
stext
)
;
dc
.
x
=
bx
+
bw
-
dc
.
w
;
if
(
dc
.
x
<
x
)
{
Write
Preview
Loading…
Cancel
Save