mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Add url_excluded_characters option to exclude characters from URLs.
This option, like select_by_word_characters, is a set of characters, but for which to *exclude* from URL parsing. See https://github.com/kovidgoyal/kitty/issues/3688#issuecomment-862711148.
This commit is contained in:
@@ -70,6 +70,7 @@ typedef struct {
|
||||
UrlPrefix *values;
|
||||
size_t num, max_prefix_len;
|
||||
} url_prefixes;
|
||||
char_type url_excluded_characters[256]; size_t url_excluded_characters_count;
|
||||
bool detect_urls;
|
||||
bool tab_bar_hidden;
|
||||
double font_size;
|
||||
|
||||
Reference in New Issue
Block a user