Rename window_pane_visible to match other functions, from Dane Jensen.

This commit is contained in:
nicm
2026-06-15 21:47:01 +00:00
parent eb65331403
commit 482e254a49
6 changed files with 16 additions and 16 deletions

View File

@@ -807,7 +807,7 @@ input_key_mouse(struct window_pane *wp, struct mouse_event *m)
return;
if (cmd_mouse_at(wp, m, &x, &y, 0) != 0)
return;
if (!window_pane_visible(wp))
if (!window_pane_is_visible(wp))
return;
if (!input_key_get_mouse(s, m, x, y, &buf, &len))
return;