go to next item after selection in multiselect
This commit is contained in:
parent
e69ff48261
commit
454604e03c
4
dmenu.c
4
dmenu.c
@ -510,6 +510,10 @@ insert:
|
||||
cleanup();
|
||||
exit(0);
|
||||
}
|
||||
if (sel && sel->right && (sel = sel->right) == next) {
|
||||
curr = next;
|
||||
calcoffsets();
|
||||
}
|
||||
break;
|
||||
case XK_Right:
|
||||
if (text[cursor] != '\0') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user