This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
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
fixed vlist alignment
master
Connor Lane Smith
14 years ago
parent
a6835349df
commit
5bc288b2b1
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
dmenu.c
+ 1
- 2
dmenu.c
View File
@ -255,8 +255,7 @@ void
drawmenuv
(
void
)
{
Item
*
i
;
dc
.
x
=
0
;
dc
.
w
=
mw
;
dc
.
w
=
mw
-
dc
.
x
;
dc
.
y
+
=
dc
.
font
.
height
+
2
;
for
(
i
=
curr
;
i
!
=
next
;
i
=
i
-
>
right
)
{
drawtext
(
i
-
>
text
,
(
sel
=
=
i
)
?
dc
.
sel
:
dc
.
norm
)
;
Write
Preview
Loading…
Cancel
Save