mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
This commit is contained in:
4
window.c
4
window.c
@ -480,6 +480,10 @@ window_zoom(struct window_pane *wp)
|
|||||||
|
|
||||||
if (!window_pane_visible(wp))
|
if (!window_pane_visible(wp))
|
||||||
return (-1);
|
return (-1);
|
||||||
|
|
||||||
|
if (window_count_panes(w) == 1)
|
||||||
|
return (-1);
|
||||||
|
|
||||||
if (w->active != wp)
|
if (w->active != wp)
|
||||||
window_set_active_pane(w, wp);
|
window_set_active_pane(w, wp);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user