mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 21:14:35 +02:00
Allow clients to query if the terminal emulator support styled underlines
This commit is contained in:
@@ -139,6 +139,9 @@ class TestParser(BaseTest):
|
||||
pb('\033[?1l', ('screen_reset_mode', 1, 1))
|
||||
self.assertFalse(s.cursor_key_mode)
|
||||
c.clear()
|
||||
pb('\033[?2016$p', ('report_mode_status', 2016, 1))
|
||||
self.ae(c.wtcbuf, b'\033[?2016;3$y')
|
||||
c.clear()
|
||||
pb('\033[?1$p', ('report_mode_status', 1, 1))
|
||||
self.ae(c.wtcbuf, b'\033[?1;2$y')
|
||||
pb('\033[2;4r', ('screen_set_margins', 2, 4))
|
||||
|
||||
Reference in New Issue
Block a user