mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Fix #2968
This commit is contained in:
parent
2ec8ec2327
commit
50b1dfc746
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue