diff --git a/kitty/screen.c b/kitty/screen.c index c91017662..c3db48f5a 100644 --- a/kitty/screen.c +++ b/kitty/screen.c @@ -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)