mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Remove format_create_flags and just pass flags to format_create.
This commit is contained in:
@ -88,7 +88,7 @@ control_notify_window_layout_changed(struct window *w)
|
||||
if (w->layout_root == NULL)
|
||||
continue;
|
||||
|
||||
ft = format_create();
|
||||
ft = format_create(0);
|
||||
wl = winlink_find_by_window(&s->windows, w);
|
||||
if (wl != NULL) {
|
||||
format_defaults(ft, c, NULL, wl, NULL);
|
||||
|
Reference in New Issue
Block a user