diff --git a/kitty/data_types.py b/kitty/data_types.py index f7d3761b1..c8ab750a2 100644 --- a/kitty/data_types.py +++ b/kitty/data_types.py @@ -72,6 +72,7 @@ class Line: self.decoration = other.decoration[:] self.decoration_fg = other.decoration_fg[:] self.width = other.width[:] + self.continued = other.continued def __eq__(self, other): if not isinstance(other, Line):