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

Diff for /src/usr.bin/tmux/paste.c between version 1.41 and 1.42

version 1.41, 2020/05/16 15:24:28 version 1.42, 2020/05/16 15:35:19
Line 312 
Line 312 
 {  {
         char            *buf;          char            *buf;
         size_t           len, used;          size_t           len, used;
         const int        flags = VIS_OCTAL|VIS_TAB|VIS_NL;          const int        flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
         const size_t     width = 200;          const size_t     width = 200;
   
         len = pb->size;          len = pb->size;

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42