#include "ded.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * clearing the head of a line * * * ************************************************************************/ /* the version without hardware support */ clrh0(row, col) register int row, col; { t_del_chars(row, lmargin(row), col); }