mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
notify.c
2
notify.c
@ -76,6 +76,8 @@ notify_callback(struct cmdq_item *item, void *data)
|
||||
{
|
||||
struct notify_entry *ne = data;
|
||||
|
||||
log_debug("%s: %s", __func__, ne->name);
|
||||
|
||||
if (strcmp(ne->name, "window-layout-changed") == 0)
|
||||
control_notify_window_layout_changed(ne->window);
|
||||
if (strcmp(ne->name, "window-unlinked") == 0)
|
||||
|
Reference in New Issue
Block a user