[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.225 and 1.226

version 1.225, 2017/02/01 09:55:07 version 1.226, 2017/02/06 13:23:00
Line 1174 
Line 1174 
 }  }
   
 void  void
 tty_cmd_utf8character(struct tty *tty, const struct tty_ctx *ctx)  
 {  
         struct window_pane      *wp = ctx->wp;  
   
         /*  
          * Cannot rely on not being a partial character, so just redraw the  
          * whole line.  
          */  
         tty_draw_pane(tty, wp, ctx->ocy, ctx->xoff, ctx->yoff);  
 }  
   
 void  
 tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)  tty_cmd_setselection(struct tty *tty, const struct tty_ctx *ctx)
 {  {
         char    *buf;          char    *buf;

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.226