[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.36 and 1.37

version 1.36, 2009/10/09 07:33:12 version 1.37, 2009/10/10 10:36:46
Line 693 
Line 693 
                 return;                  return;
         }          }
   
         tty_reset(tty);  
   
         tty_region(tty, ctx->orupper, ctx->orlower, wp->yoff);  
   
         if (ctx->ocy == ctx->orlower) {          if (ctx->ocy == ctx->orlower) {
                   tty_reset(tty);
                   tty_region(tty, ctx->orupper, ctx->orlower, wp->yoff);
                 tty_cursor(tty, ctx->ocx, ctx->ocy, wp->xoff, wp->yoff);                  tty_cursor(tty, ctx->ocx, ctx->ocy, wp->xoff, wp->yoff);
                 tty_putc(tty, '\n');                  tty_putc(tty, '\n');
         }          }

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37