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

Diff for /src/usr.bin/tmux/tmux.h between version 1.733 and 1.734

version 1.733, 2017/03/22 07:16:54 version 1.734, 2017/04/05 10:49:46
Line 1021 
Line 1021 
   
 struct tty {  struct tty {
         struct client   *client;          struct client   *client;
         char            *path;  
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
Line 1285 
Line 1284 
   
 /* Client connection. */  /* Client connection. */
 struct client {  struct client {
           const char      *name;
         struct tmuxpeer *peer;          struct tmuxpeer *peer;
         struct cmdq_list queue;          struct cmdq_list queue;
   

Legend:
Removed from v.1.733  
changed lines
  Added in v.1.734