[BACK]Return to cmd-capture-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-capture-pane.c between version 1.21 and 1.22

version 1.21, 2013/03/25 10:04:04 version 1.22, 2013/03/25 10:05:35
Line 111 
Line 111 
                 gc = NULL;                  gc = NULL;
                 for (i = top; i <= bottom; i++) {                  for (i = top; i <= bottom; i++) {
                         line = grid_string_cells(gd, 0, i, sx, &gc, with_codes,                          line = grid_string_cells(gd, 0, i, sx, &gc, with_codes,
                             escape_c0);                              escape_c0, !join_lines);
                         linelen = strlen(line);                          linelen = strlen(line);
   
                         buf = xrealloc(buf, 1, len + linelen + 1);                          buf = xrealloc(buf, 1, len + linelen + 1);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22