[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.22 and 1.23

version 1.22, 2012/03/04 20:52:05 version 1.23, 2012/03/17 22:35:09
Line 89 
Line 89 
                  * 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);
                 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.22  
changed lines
  Added in v.1.23