#include "ded.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /* the version with hardware support */ clrt1(row, col) register int row, col; { if (col<=lastcol(row)) { sendat(row, col, ter.clrseq.cleartail); zaptail(row,col); } }