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;
|
||||
case XK_End:
|
||||
if(!sel)
|
||||
if(!item)
|
||||
return;
|
||||
while(next) {
|
||||
sel = curr = next;
|
||||
|
|
Loading…
Reference in a new issue