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
silent hotfix
master
arg@mig29
18 years ago
parent
cae2fbdf38
commit
2829009138
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@ -200,7 +200,7 @@ kpress(XKeyEvent * e) {
}
}
break
;
break
;
case
XK_End
:
case
XK_End
:
if
(
!
sel
)
if
(
!
item
)
return
;
return
;
while
(
next
)
{
while
(
next
)
{
sel
=
curr
=
next
;
sel
=
curr
=
next
;
Write
Preview
Loading…
Cancel
Save