mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
...
This commit is contained in:
@@ -332,8 +332,6 @@ class TestScreen(BaseTest):
|
|||||||
s.resize(s.lines - 1, s.columns)
|
s.resize(s.lines - 1, s.columns)
|
||||||
self.ae(x_before, s.cursor.x)
|
self.ae(x_before, s.cursor.x)
|
||||||
|
|
||||||
def test_cursor_position_after_resize(self):
|
|
||||||
# test x position remains the same after resize
|
|
||||||
s = self.create_screen()
|
s = self.create_screen()
|
||||||
s.draw('abc')
|
s.draw('abc')
|
||||||
b = s.cursor.x
|
b = s.cursor.x
|
||||||
|
|||||||
Reference in New Issue
Block a user