mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 13:34:48 +02:00
A new option to control when hyperlinks are underlined
While kitty is never going to underline detected URLs as the performance of that is absurd, underlining hyperlinks specifically is acceptable, since they dont require detection. See #6766
This commit is contained in:
@@ -39,7 +39,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
SelectionBoundary start, end, input_start, input_current;
|
||||
unsigned int start_scrolled_by, end_scrolled_by;
|
||||
bool rectangle_select, adjusting_start;
|
||||
bool rectangle_select, adjusting_start, is_hyperlink;
|
||||
IterationData last_rendered;
|
||||
int sort_y, sort_x;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user