mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Add to changelog for last merge
Also remove a spurious return that was disabling a test. Fixes #3113
This commit is contained in:
@@ -685,7 +685,6 @@ class TestScreen(BaseTest):
|
||||
self.ae(s.current_url_text(), 'Z Z')
|
||||
|
||||
def test_bottom_margin(self):
|
||||
return
|
||||
s = self.create_screen(cols=80, lines=6, scrollback=4)
|
||||
s.set_margins(0, 5)
|
||||
for i in range(8):
|
||||
|
||||
Reference in New Issue
Block a user