mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
Fix linting
This commit is contained in:
parent
edba63d0d9
commit
08ad4f389d
1 changed files with 3 additions and 1 deletions
|
|
@ -221,7 +221,9 @@ def render_cursor(which, cursor_beam_thickness, cursor_underline_thickness, cell
|
|||
return ans
|
||||
|
||||
|
||||
def prerender_function(cell_width, cell_height, baseline, underline_position, underline_thickness, cursor_beam_thickness, cursor_underline_thickness, dpi_x, dpi_y):
|
||||
def prerender_function(
|
||||
cell_width, cell_height, baseline, underline_position, underline_thickness,
|
||||
cursor_beam_thickness, cursor_underline_thickness, dpi_x, dpi_y):
|
||||
# Pre-render the special underline, strikethrough and missing and cursor cells
|
||||
f = partial(
|
||||
render_special, cell_width=cell_width, cell_height=cell_height, baseline=baseline,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue