[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.7 and 1.8

version 1.7, 2009/07/14 19:03:16 version 1.8, 2009/07/14 19:11:58
Line 494 
Line 494 
         c->message_string = NULL;          c->message_string = NULL;
   
         c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);          c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
         c->flags |= CLIENT_REDRAW;          c->flags |= CLIENT_STATUS;
   
         screen_reinit(&c->status);          screen_reinit(&c->status);
 }  }
Line 581 
Line 581 
         c->prompt_buffer = NULL;          c->prompt_buffer = NULL;
   
         c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);          c->tty.flags &= ~(TTY_NOCURSOR|TTY_FREEZE);
         c->flags |= CLIENT_REDRAW;          c->flags |= CLIENT_STATUS;
   
         screen_reinit(&c->status);          screen_reinit(&c->status);
 }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8