mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-23 01:40:12 -05:00
config: add ‘select-extend-character-wise’ bind action
This forces the (new) selection mode to be character-wise when extending a word- or line-wise selection. Default key binding is ctrl+RMB.
This commit is contained in:
parent
2e46811953
commit
767bd4f1db
8 changed files with 65 additions and 18 deletions
|
|
@ -17,8 +17,9 @@ void selection_finalize(
|
|||
struct seat *seat, struct terminal *term, uint32_t serial);
|
||||
void selection_dirty_cells(struct terminal *term);
|
||||
void selection_cancel(struct terminal *term);
|
||||
void selection_extend( struct seat *seat, struct terminal *term,
|
||||
int col, int row, uint32_t serial);
|
||||
void selection_extend(
|
||||
struct seat *seat, struct terminal *term,
|
||||
int col, int row, enum selection_kind kind);
|
||||
|
||||
bool selection_on_rows(const struct terminal *term, int start, int end);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue