mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
terminal: set hyperlink state on clone
This commit is contained in:
@ -643,6 +643,7 @@ pub const Page = struct {
|
|||||||
copy.wrap = dst_row.wrap;
|
copy.wrap = dst_row.wrap;
|
||||||
copy.wrap_continuation = dst_row.wrap_continuation;
|
copy.wrap_continuation = dst_row.wrap_continuation;
|
||||||
copy.grapheme = dst_row.grapheme;
|
copy.grapheme = dst_row.grapheme;
|
||||||
|
copy.hyperlink = dst_row.hyperlink;
|
||||||
copy.styled = dst_row.styled;
|
copy.styled = dst_row.styled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user