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
typo fix
master
Connor Lane Smith
14 years ago
parent
1c91c2a99c
commit
7a2782d02d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -136,7 +136,7 @@ drawmenu(void) {
else
if
(
curr
&
&
(
dc
-
>
w
=
=
inputw
|
|
curr
-
>
next
)
)
{
dc
-
>
x
+
=
inputw
;
dc
-
>
w
=
textw
(
dc
,
"
<
"
)
;
if
(
prev
)
if
(
curr
-
>
left
)
drawtext
(
dc
,
"
<
"
,
normcol
)
;
for
(
item
=
curr
;
item
!
=
next
;
item
=
item
-
>
right
)
{
dc
-
>
x
+
=
dc
-
>
w
;
Write
Preview
Loading…
Cancel
Save