From a24c6ad991d2dd1ef93f8fce8f6165759dd62133 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Oct 2016 20:12:36 +0530 Subject: [PATCH] ... --- kitty/data_types.py | 1 + 1 file changed, 1 insertion(+) 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):