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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.112 and 1.113

version 1.112, 2017/02/09 10:09:14 version 1.113, 2017/02/16 12:43:08
Line 1260 
Line 1260 
   
         /* Create space for character in insert mode. */          /* Create space for character in insert mode. */
         if (s->mode & MODE_INSERT) {          if (s->mode & MODE_INSERT) {
                   screen_write_collect_flush(ctx, 0);
                 ttyctx.num = width;                  ttyctx.num = width;
                 tty_write(tty_cmd_insertcharacter, &ttyctx);                  tty_write(tty_cmd_insertcharacter, &ttyctx);
         }          }

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113