silent hotfix
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user