This commit is contained in:
Kovid Goyal 2025-11-04 15:05:24 +05:30
parent ab6fec104a
commit 0cf058eb08
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -5870,6 +5870,7 @@ static PyGetSetDef getsetters[] = {
GETSET(auto_repeat_enabled)
GETSET(focus_tracking_enabled)
GETSET(in_band_resize_notification)
GETSET(paste_events)
GETSET(cursor_visible)
GETSET(cursor_key_mode)
GETSET(disable_ligatures)