#include "ded.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /* the version without hardware support */ delc0(row, col1, col2) register int row, col1, col2; { char tail[ENOUGH]; copyrow(row, col2, tail); redraw(row, col1, tail); }