remove quote-wise selection mode

This commit is contained in:
Piotr Kocia 2025-03-28 12:41:27 +01:00
parent 43dd569afc
commit 4aacf44e8b
4 changed files with 95 additions and 79 deletions

View file

@ -535,8 +535,8 @@ execute_binding(struct seat *seat, struct terminal *term,
return true;
case BIND_ACTION_SELECT_QUOTE:
selection_start(
term, seat->mouse.col, seat->mouse.row, SELECTION_QUOTE_WISE, false);
selection_start_matching_delimiters(
term, (struct coord){.row = seat->mouse.row, .col = seat->mouse.col}, false);
break;
case BIND_ACTION_SELECT_ROW: