mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 06:41:30 +00:00
...
This commit is contained in:
parent
945613555a
commit
be1a05b322
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ focus_in_event() {
|
|||
mouse_cursor_shape = BEAM;
|
||||
set_mouse_cursor(BEAM);
|
||||
Window *w = window_for_event(&window_idx, &in_tab_bar);
|
||||
if (w) screen_mark_url(w->render_data.screen, 0, 0, 0, 0);
|
||||
if (w && w->render_data.screen) screen_mark_url(w->render_data.screen, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue