#include "ded.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * deleting the tail of a line * * * ************************************************************************/ /* the version without hardware support */ clrt0(row, col) register int row, col; { redraw(row, col, " "); }