[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.195 and 1.196

version 1.195, 2009/12/14 10:43:41 version 1.196, 2009/12/17 17:39:56
Line 1021 
Line 1021 
         const struct grid_utf8 *utf8;          const struct grid_utf8 *utf8;
   
         u_int            num;          u_int            num;
         void            *ptr;          void            *ptr;
   
         /*          /*
          * Cursor and region position before the screen was updated - this is           * Cursor and region position before the screen was updated - this is
          * where the command should be applied; the values in the screen have           * where the command should be applied; the values in the screen have
          * already been updated.           * already been updated.

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196