mirror of
https://github.com/tmux/tmux.git
synced 2025-09-06 17:07:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -258,8 +258,12 @@ window_tree_build_window(struct session *s, struct winlink *wl, void* modedata,
|
|||||||
free(text);
|
free(text);
|
||||||
free(name);
|
free(name);
|
||||||
|
|
||||||
|
if (window_count_panes(wl->window) == 1)
|
||||||
|
return (1);
|
||||||
|
|
||||||
l = NULL;
|
l = NULL;
|
||||||
n = 0;
|
n = 0;
|
||||||
|
|
||||||
TAILQ_FOREACH(wp, &wl->window->panes, entry) {
|
TAILQ_FOREACH(wp, &wl->window->panes, entry) {
|
||||||
if (filter != NULL) {
|
if (filter != NULL) {
|
||||||
cp = format_single(NULL, filter, NULL, s, wl, wp);
|
cp = format_single(NULL, filter, NULL, s, wl, wp);
|
||||||
|
Reference in New Issue
Block a user