[BACK]Return to cmd-new-window.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-new-window.c between version 1.64 and 1.65

version 1.64, 2016/10/16 19:04:05 version 1.65, 2016/10/16 22:06:40
Line 112 
Line 112 
                  * Can't use session_detach as it will destroy session if this                   * Can't use session_detach as it will destroy session if this
                  * makes it empty.                   * makes it empty.
                  */                   */
                 notify_window_unlinked(s, wl->window);                  notify_session_window("window-unlinked", s, wl->window);
                 wl->flags &= ~WINLINK_ALERTFLAGS;                  wl->flags &= ~WINLINK_ALERTFLAGS;
                 winlink_stack_remove(&s->lastw, wl);                  winlink_stack_remove(&s->lastw, wl);
                 winlink_remove(&s->windows, wl);                  winlink_remove(&s->windows, wl);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65