mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Merge branch 'obsd-master'
This commit is contained in:
1
format.c
1
format.c
@ -622,6 +622,7 @@ format_defaults_winlink(struct format_tree *ft, struct session *s,
|
||||
!!(wl->flags & WINLINK_SILENCE));
|
||||
format_add(ft, "window_last_flag", "%d",
|
||||
!!(wl == TAILQ_FIRST(&s->lastw)));
|
||||
format_add(ft, "window_linked", "%d", session_is_linked(s, wl->window));
|
||||
|
||||
free(flags);
|
||||
}
|
||||
|
Reference in New Issue
Block a user