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

Diff for /src/usr.bin/tmux/tty.c between version 1.140 and 1.141

version 1.140, 2012/09/03 15:47:40 version 1.141, 2012/09/05 09:59:41
Line 1046 
Line 1046 
   
         for (i = 0; i < ctx->num; i++)          for (i = 0; i < ctx->num; i++)
                 tty_putc(tty, str[i]);                  tty_putc(tty, str[i]);
   
           tty->cx = tty->cy = UINT_MAX;
           tty->rupper = tty->rlower = UINT_MAX;
   
           tty_reset(tty);
           tty_cursor(tty, 0, 0);
 }  }
   
 void  void

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141