silent hotfix
This commit is contained in:
parent
cae2fbdf38
commit
2829009138
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue