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

Diff for /src/usr.bin/tmux/format.c between version 1.313 and 1.314

version 1.313, 2023/05/19 07:46:34 version 1.314, 2023/06/30 13:19:32
Line 3813 
Line 3813 
                 argc = 0;                  argc = 0;
   
                 /* Single argument with no wrapper character. */                  /* Single argument with no wrapper character. */
                 if (!ispunct(cp[1]) || cp[1] == '-') {                  if (!ispunct((u_char)cp[1]) || cp[1] == '-') {
                         end = format_skip(cp + 1, ":;");                          end = format_skip(cp + 1, ":;");
                         if (end == NULL)                          if (end == NULL)
                                 break;                                  break;

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314