silent hotfix
This commit is contained in:
parent
60852051c9
commit
b7dc7ed52e
@ -200,7 +200,7 @@ kpress(XKeyEvent * e) {
|
||||
}
|
||||
break;
|
||||
case XK_End:
|
||||
if(!sel)
|
||||
if(!item)
|
||||
return;
|
||||
while(next) {
|
||||
sel = curr = next;
|
||||
|
Loading…
Reference in New Issue
Block a user