terminal: set hyperlink state on clone

This commit is contained in:
Mitchell Hashimoto
2024-07-05 08:44:34 -07:00
parent cdb838ea85
commit 4f099af76f

View File

@ -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;
} }