mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
3fc1755d8d
commit
a24c6ad991
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue