diff --git a/kitty/glfw.c b/kitty/glfw.c index 805dce7ef..5f8e850f9 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -1152,7 +1152,8 @@ stop_main_loop(void) { static PyObject* test_empty_event(PYNOARG) { - + // To run this, use + // kitty +runpy "from kitty.main import init_glfw_module; init_glfw_module('x11'); from kitty.fast_data_types import glfw_test_empty_event; glfw_test_empty_event()" int ret = empty_main(); if (ret != EXIT_SUCCESS) { PyErr_Format(PyExc_RuntimeError, "Empty test returned failure code: %d", ret);