[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.715 and 1.716

version 1.715, 2017/02/06 19:26:49 version 1.716, 2017/02/06 19:45:23
Line 1054 
Line 1054 
   
         struct grid_cell cell;          struct grid_cell cell;
   
           int              last_wp;
           struct grid_cell last_cell;
   
 #define TTY_NOCURSOR 0x1  #define TTY_NOCURSOR 0x1
 #define TTY_FREEZE 0x2  #define TTY_FREEZE 0x2
 #define TTY_TIMER 0x4  #define TTY_TIMER 0x4

Legend:
Removed from v.1.715  
changed lines
  Added in v.1.716