=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.115 retrieving revision 1.116 diff -c -r1.115 -r1.116 *** src/usr.bin/tmux/input.c 2017/02/08 17:31:09 1.115 --- src/usr.bin/tmux/input.c 2017/02/16 12:56:01 1.116 *************** *** 1,4 **** ! /* $OpenBSD: input.c,v 1.115 2017/02/08 17:31:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: input.c,v 1.116 2017/02/16 12:56:01 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1389,1395 **** break; case INPUT_CSI_IL: screen_write_insertline(sctx, input_get(ictx, 0, 1, 1), ! ictx->cell.cell.bg); break; case INPUT_CSI_RCP: memcpy(&ictx->cell, &ictx->old_cell, sizeof ictx->cell); --- 1389,1395 ---- break; case INPUT_CSI_IL: screen_write_insertline(sctx, input_get(ictx, 0, 1, 1), ! ictx->cell.cell.bg); break; case INPUT_CSI_RCP: memcpy(&ictx->cell, &ictx->old_cell, sizeof ictx->cell);