mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
The cursor visible (DECTCEM) property should be global, not affected by save/restore of cursor or alternate screens
This commit is contained in:
@@ -165,7 +165,7 @@ class TestDataTypes(BaseTest):
|
||||
c2, c3 = c.copy(), c.copy()
|
||||
self.ae(repr(c), repr(c2))
|
||||
self.ae(c, c2)
|
||||
c2.bold = c2.hidden = False
|
||||
c2.bold = False
|
||||
self.assertNotEqual(c, c2)
|
||||
l.set_text(t, 0, len(t), C())
|
||||
l.apply_cursor(c2, 3)
|
||||
|
||||
Reference in New Issue
Block a user