kopia lustrzana https://github.com/jamescoxon/dl-fldigi
Add .,;| to white space characters for word capture in Rx pane
rodzic
5d305c9717
commit
b51ef6c3f4
|
|
@ -311,7 +311,7 @@ char* FTextBase::get_word(int x, int y)
|
|||
start = 0;
|
||||
else
|
||||
start++;
|
||||
if (!tbuf->findchars_forward(p, " \t\n", &end))
|
||||
if (!tbuf->findchars_forward(p, " .,;|\t\n", &end))
|
||||
end = tbuf->length();
|
||||
|
||||
return tbuf->text_range(start, end);
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue