This commit is contained in:
Kovid Goyal 2016-10-16 20:12:36 +05:30
parent 3fc1755d8d
commit a24c6ad991

View File

@ -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):