diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-07-24 10:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-07-24 10:01:19 +0100 |
commit | 90158b59770cbc1e639dda229c98b1781bbf9619 (patch) | |
tree | a7a3d0101d0c7cbecece4f1e79a707c447086007 /cmd-select-pane.c | |
parent | 1f19355fb08c1013bb89299853b684ab1d7cdec9 (diff) | |
parent | d329b035cee47d968a8c93b5cbd8fde879ce6f0d (diff) | |
download | rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.tar.gz rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.tar.bz2 rtmux-90158b59770cbc1e639dda229c98b1781bbf9619.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-select-pane.c')
-rw-r--r-- | cmd-select-pane.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-select-pane.c b/cmd-select-pane.c index b0c78d74..30529722 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -198,6 +198,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item) if (args_has(args, 'T')) { title = format_single_from_target(item, args_get(args, 'T')); if (screen_set_title(&wp->base, title)) { + notify_pane("pane-title-changed", wp); server_redraw_window_borders(wp->window); server_status_window(wp->window); } |