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

Diff for /src/usr.bin/tmux/cmd-split-window.c between version 1.75 and 1.76

version 1.75, 2016/10/16 19:04:05 version 1.76, 2016/10/16 22:06:40
Line 178 
Line 178 
   
                 format_free(ft);                  format_free(ft);
         }          }
         notify_window_layout_changed(w);          notify_window("window-layout-changed", w);
   
         if (to_free != NULL)          if (to_free != NULL)
                 free((void *)to_free);                  free((void *)to_free);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76