[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.320 and 1.321

version 1.320, 2012/03/09 21:42:13 version 1.321, 2012/03/15 10:36:00
Line 1013 
Line 1013 
   
 struct tty {  struct tty {
         char            *path;          char            *path;
           u_int            xterm_version;
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.321