mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Remove the unused function
This commit is contained in:
@@ -309,10 +309,6 @@ class ThemesHandler(Handler):
|
|||||||
next_line()
|
next_line()
|
||||||
next_line()
|
next_line()
|
||||||
|
|
||||||
def write_line(text: str) -> None:
|
|
||||||
self.write(text)
|
|
||||||
next_line()
|
|
||||||
|
|
||||||
self.cmd.set_cursor_position()
|
self.cmd.set_cursor_position()
|
||||||
next_line()
|
next_line()
|
||||||
self.cmd.styled(theme.name.center(sz), bold=True, fg='green')
|
self.cmd.styled(theme.name.center(sz), bold=True, fg='green')
|
||||||
|
|||||||
Reference in New Issue
Block a user