mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Cleanup previous merge
This commit is contained in:
@@ -304,7 +304,7 @@ class TestScreen(BaseTest):
|
||||
self.ae(x_before, s.cursor.x)
|
||||
|
||||
def test_scrollback_fill_after_resize(self):
|
||||
def prepare_screen(content=tuple()):
|
||||
def prepare_screen(content=()):
|
||||
return self.create_screen(
|
||||
lines=5,
|
||||
cols=5,
|
||||
|
||||
Reference in New Issue
Block a user