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

Diff for /src/usr.bin/tmux/window-buffer.c between version 1.2 and 1.3

version 1.2, 2017/05/31 15:26:41 version 1.3, 2017/05/31 17:56:48
Line 199 
Line 199 
         screen_write_start(&ctx, NULL, &s);          screen_write_start(&ctx, NULL, &s);
         screen_write_clearscreen(&ctx, 8);          screen_write_clearscreen(&ctx, 8);
   
         pdata = end = paste_buffer_data (pb, &psize);          pdata = end = paste_buffer_data(pb, &psize);
         for (i = 0; i < sy; i++) {          for (i = 0; i < sy; i++) {
                 at = 0;                  at = 0;
                 while (end != pdata + psize && *end != '\n') {                  while (end != pdata + psize && *end != '\n') {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3