mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
16b322616a
commit
c2ead407ae
1 changed files with 0 additions and 2 deletions
|
|
@ -332,8 +332,6 @@ class TestScreen(BaseTest):
|
|||
s.resize(s.lines - 1, s.columns)
|
||||
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.draw('abc')
|
||||
b = s.cursor.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue