This commit is contained in:
Kovid Goyal 2020-03-26 00:20:10 +05:30
parent fffb976e43
commit f9e86b19aa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -81,8 +81,9 @@ def draw_tab_with_separator(draw_data: DrawData, screen: Screen, tab: TabBarData
screen.draw(' ' * trailing_spaces)
end = screen.cursor.x
screen.cursor.bold = screen.cursor.italic = False
screen.cursor.fg = screen.cursor.bg = 0
screen.cursor.fg = 0
screen.draw(draw_data.sep)
screen.cursor.bg = 0
return end