mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-03 07:15:29 -04:00
selection: remember whether word-wise selection uses spaces only for delimiters
This commit is contained in:
parent
a1b52ee4a0
commit
bef69cb961
2 changed files with 5 additions and 2 deletions
|
|
@ -365,6 +365,7 @@ struct terminal {
|
|||
struct coord start;
|
||||
struct coord end;
|
||||
bool ongoing;
|
||||
bool spaces_only; /* SELECTION_SEMANTIC_WORD */
|
||||
|
||||
struct {
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue