...
This commit is contained in:
parent
3fc1755d8d
commit
a24c6ad991
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user