View | Details | Raw Unified | Return to bug 18381
Collapse All | Expand All

(-)sctermvar.h (-1 / +1 lines)
Lines 221-227 Link Here
221
		sc_remove_cutmarking(scp);
221
		sc_remove_cutmarking(scp);
222
		break;
222
		break;
223
	case 1: /* clear from beginning of display to cursor */
223
	case 1: /* clear from beginning of display to cursor */
224
		sc_vtb_erase(&scp->vtb, 0, scp->cursor_pos, ch, attr);
224
		sc_vtb_erase(&scp->vtb, 0, scp->cursor_pos+1, ch, attr);
225
		mark_for_update(scp, 0);
225
		mark_for_update(scp, 0);
226
		mark_for_update(scp, scp->cursor_pos);
226
		mark_for_update(scp, scp->cursor_pos);
227
		sc_remove_cutmarking(scp);
227
		sc_remove_cutmarking(scp);

Return to bug 18381