[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.57 and 1.58

version 1.57, 2022/06/30 09:55:53 version 1.58, 2022/07/06 07:36:36
Line 177 
Line 177 
         buf = NULL;          buf = 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, !join_lines && !no_trim);                      escape_c0, !join_lines && !no_trim, wp->screen);
                 linelen = strlen(line);                  linelen = strlen(line);
   
                 buf = cmd_capture_pane_append(buf, len, line, linelen);                  buf = cmd_capture_pane_append(buf, len, line, linelen);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58