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 a bad mistake setting the dmenu border to False;
master
arg@10ksloc.org
18 years ago
parent
d32fd15ea4
commit
fe94aeb468
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
main.c
+ 0
- 1
main.c
View File
@ -92,7 +92,6 @@ drawmenu()
/* determine maximum items */
for
(
i
=
curr
;
i
!
=
next
;
i
=
i
-
>
right
)
{
dc
.
border
=
False
;
dc
.
w
=
textw
(
i
-
>
text
)
;
if
(
dc
.
w
>
mw
/
3
)
dc
.
w
=
mw
/
3
;
Write
Preview
Loading…
Cancel
Save