[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.141 and 1.142

version 1.141, 2009/10/20 14:22:57 version 1.142, 2009/10/20 17:33:33
Line 516 
Line 516 
 } __packed;  } __packed;
   
 /* Grid cell UTF-8 data. Used instead of data in grid_cell for UTF-8 cells. */  /* Grid cell UTF-8 data. Used instead of data in grid_cell for UTF-8 cells. */
 #define UTF8_SIZE 8  #define UTF8_SIZE 9
 struct grid_utf8 {  struct grid_utf8 {
         u_char  width;          u_char  width;
         u_char  data[UTF8_SIZE];          u_char  data[UTF8_SIZE];

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142