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

Diff for /src/usr.bin/tmux/arguments.c between version 1.24 and 1.25

version 1.24, 2019/05/28 18:30:30 version 1.25, 2019/05/29 20:05:14
Line 218 
Line 218 
                 return (escaped);                  return (escaped);
         }          }
   
         flags = VIS_OCTAL|VIS_TAB|VIS_NL;          flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
         if (s[strcspn(s, quoted)] != '\0')          if (s[strcspn(s, quoted)] != '\0')
                 flags |= VIS_DQ;                  flags |= VIS_DQ;
         utf8_stravis(&escaped, s, flags);          utf8_stravis(&escaped, s, flags);

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