[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.21 and 1.22

version 1.21, 2009/07/28 07:03:32 version 1.22, 2009/07/30 20:41:48
Line 801 
Line 801 
                 memcpy(first, s, strlen(s));                  memcpy(first, s, strlen(s));
   
                 c->prompt_index = (first - c->prompt_buffer) + strlen(s);                  c->prompt_index = (first - c->prompt_buffer) + strlen(s);
                   xfree(s);
   
                 c->flags |= CLIENT_STATUS;                  c->flags |= CLIENT_STATUS;
                 break;                  break;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22