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

Diff for /src/usr.bin/tmux/tty.c between version 1.74 and 1.75

version 1.74, 2009/11/26 22:47:14 version 1.75, 2009/11/27 09:41:03
Line 529 
Line 529 
         struct client           *c;          struct client           *c;
         u_int                    i;          u_int                    i;
   
           /* wp can be NULL if updating the screen but not the terminal. */
         if (wp == NULL)          if (wp == NULL)
                 return;                  return;
   

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