#include "ded.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * clearing the screen * * * ************************************************************************/ /* the version without hardware support! */ clrs0() { register int row; for (row=0; row<=FOOTROW; row++) redraw(row, 0, ""); }