Skip to content

Commit

Permalink
Move cursor to next choice after multi-(de)selecting
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanders committed Mar 6, 2020
1 parent 6744bb7 commit deac972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tty_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static void action_select(tty_interface_t *state) {
} else {
choices_select(state->choices, selection);
}
choices_next(state->choices);
}
}

Expand Down

0 comments on commit deac972

Please sign in to comment.