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

Diff for /src/usr.bin/tmux/grid.c between version 1.73 and 1.74

version 1.73, 2017/05/13 07:30:50 version 1.74, 2017/05/16 12:57:26
Line 665 
Line 665 
   
 /*  /*
  * Returns ANSI code to set particular attributes (colour, bold and so on)   * Returns ANSI code to set particular attributes (colour, bold and so on)
  * given a current state. The output buffer must be able to hold at least 57   * given a current state.
  * bytes.  
  */   */
 static void  static void
 grid_string_cells_code(const struct grid_cell *lastgc,  grid_string_cells_code(const struct grid_cell *lastgc,

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74