diff --git a/kitty/screen.c b/kitty/screen.c index bf32d9238..7347e8b58 100644 --- a/kitty/screen.c +++ b/kitty/screen.c @@ -1968,7 +1968,7 @@ screen_open_url(Screen *self) { } bool found = false; if (PyUnicode_Check(text)) { - CALLBACK("open_url", "sH", text, 0); + CALLBACK("open_url", "OH", text, 0); found = true; } Py_CLEAR(text);