Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-07-04 16:01:20 +01:00
5 changed files with 75 additions and 31 deletions

View File

@ -159,7 +159,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
server_status_session(dst_s);
if (window_count_panes(src_w) == 0)
server_kill_window(src_w);
server_kill_window(src_w, 1);
else
notify_window("window-layout-changed", src_w);
notify_window("window-layout-changed", dst_w);