projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae2fbd
)
silent hotfix
author
arg@mig29
<unknown>
Thu, 14 Dec 2006 08:34:24 +0000
(09:34 +0100)
committer
arg@mig29
<unknown>
Thu, 14 Dec 2006 08:34:24 +0000
(09:34 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 3ea9d89ade12df95f4b5e76075ef752bb127ef94..c10dfaa3595fdc8bdde0edb6070af1219e2107b8 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-200,7
+200,7
@@
kpress(XKeyEvent * e) {
}
break;
case XK_End:
- if(!
sel
)
+ if(!
item
)
return;
while(next) {
sel = curr = next;