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

Diff for /src/usr.bin/tmux/input.c between version 1.119 and 1.120

version 1.119, 2017/04/22 08:33:28 version 1.120, 2017/05/12 10:50:11
Line 1308 
Line 1308 
                 }                  }
                 break;                  break;
         case INPUT_CSI_ECH:          case INPUT_CSI_ECH:
                 screen_write_clearcharacter(sctx, input_get(ictx, 0, 1, 1));                  screen_write_clearcharacter(sctx, input_get(ictx, 0, 1, 1),
                       ictx->cell.cell.bg);
                 break;                  break;
         case INPUT_CSI_DCH:          case INPUT_CSI_DCH:
                 screen_write_deletecharacter(sctx, input_get(ictx, 0, 1, 1),                  screen_write_deletecharacter(sctx, input_get(ictx, 0, 1, 1),

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120