mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
...
This commit is contained in:
parent
b3c9763519
commit
41c63917c8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class Sprites:
|
|||
|
||||
def render_cell(self, text, bold, italic, is_second):
|
||||
first, second = render_cell(text, bold, italic)
|
||||
ans = (second or first) if is_second else first
|
||||
ans = second if is_second else first
|
||||
return ans or render_cell()[0]
|
||||
|
||||
def render_dirty_cells(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue