mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
remove quote-wise selection mode
This commit is contained in:
parent
43dd569afc
commit
4aacf44e8b
4 changed files with 95 additions and 79 deletions
4
input.c
4
input.c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue