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

Diff for /src/usr.bin/tmux/cmd-save-buffer.c between version 1.25 and 1.26

version 1.25, 2014/05/13 07:34:35 version 1.26, 2014/10/08 17:35:58
Line 147 
Line 147 
                         size = pb->size - used;                          size = pb->size - used;
   
                 msglen = size * 4 + 1;                  msglen = size * 4 + 1;
                 msg = xrealloc(msg, 1, msglen);                  msg = xrealloc(msg, msglen);
   
                 strvisx(msg, start, size, VIS_OCTAL|VIS_TAB);                  strvisx(msg, start, size, VIS_OCTAL|VIS_TAB);
                 cmdq_print(cmdq, "%s", msg);                  cmdq_print(cmdq, "%s", msg);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26