selection: remember whether word-wise selection uses spaces only for delimiters

This commit is contained in:
Daniel Eklöf 2021-01-02 21:38:41 +01:00
parent a1b52ee4a0
commit bef69cb961
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 2 deletions

View file

@ -365,6 +365,7 @@ struct terminal {
struct coord start;
struct coord end;
bool ongoing;
bool spaces_only; /* SELECTION_SEMANTIC_WORD */
struct {
int fd;