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

Diff for /src/usr.bin/tmux/status.c between version 1.162 and 1.163

version 1.162, 2017/02/09 12:09:33 version 1.163, 2017/04/22 12:55:06
Line 1497 
Line 1497 
                 out = status_prompt_complete_prefix(list, size);                  out = status_prompt_complete_prefix(list, size);
         if (out != NULL) {          if (out != NULL) {
                 xasprintf(&tmp, "-%c%s%s", copy[1], out, colon);                  xasprintf(&tmp, "-%c%s%s", copy[1], out, colon);
                   free(out);
                 out = tmp;                  out = tmp;
                 goto found;                  goto found;
         }          }

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163