[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.133 and 1.134

version 1.133, 2012/05/22 09:09:16 version 1.134, 2012/05/22 09:36:12
Line 754 
Line 754 
         if (tty_term_has(tty->term, TTYC_ICH) ||          if (tty_term_has(tty->term, TTYC_ICH) ||
             tty_term_has(tty->term, TTYC_ICH1))              tty_term_has(tty->term, TTYC_ICH1))
                 tty_emulate_repeat(tty, TTYC_ICH, TTYC_ICH1, ctx->num);                  tty_emulate_repeat(tty, TTYC_ICH, TTYC_ICH1, ctx->num);
         else if (tty_term_has(tty->term, TTYC_SMIR) &&          else
             tty_term_has(tty->term, TTYC_RMIR)) {  
                 tty_putcode(tty, TTYC_SMIR);  
                 tty_repeat_space(tty, ctx->num);  
                 tty_putcode(tty, TTYC_RMIR);  
         } else  
                 tty_draw_line(tty, wp->screen, ctx->ocy, ctx->xoff, ctx->yoff);                  tty_draw_line(tty, wp->screen, ctx->ocy, ctx->xoff, ctx->yoff);
 }  }
   

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134