Browse Source

silent hotfix

master
arg@mig29 17 years ago
parent
commit
2829009138
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.c

+ 1
- 1
main.c View File

@@ -200,7 +200,7 @@ kpress(XKeyEvent * e) {
}
break;
case XK_End:
if(!sel)
if(!item)
return;
while(next) {
sel = curr = next;


Loading…
Cancel
Save