mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
mouse scrolling and selection
This commit is contained in:
parent
a163484f25
commit
5fc55b8fbd
7 changed files with 147 additions and 66 deletions
|
|
@ -741,7 +741,7 @@ selection_start(struct terminal *term, struct coord const start,
|
|||
kind == SELECTION_WORD_WISE ? "word-wise" :
|
||||
kind == SELECTION_LINE_WISE ? "line-wise" :
|
||||
kind == SELECTION_BLOCK ? "block" : "<unknown>",
|
||||
row, col);
|
||||
start.row, start.col);
|
||||
|
||||
term->selection.kind = kind;
|
||||
term->selection.ongoing = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue