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

Diff for /src/usr.bin/tmux/window.c between version 1.270 and 1.271

version 1.270, 2021/03/11 06:31:05 version 1.271, 2021/06/10 07:24:45
Line 331 
Line 331 
   
         window_update_activity(w);          window_update_activity(w);
   
           log_debug("%s: @%u create %ux%u (%ux%u)", __func__, w->id, sx, sy,
               w->xpixel, w->ypixel);
         return (w);          return (w);
 }  }
   

Legend:
Removed from v.1.270  
changed lines
  Added in v.1.271