#include "ded.h" #include "char.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * actions to help in hardware split * * * ************************************************************************/ tidysplit(r,c,t) register r,c,t; { char tail[ENOUGH]; copyrow(r,c,tail); zaptail(r,c); catrow(r+1,0,tail); t_ins_chars(r+1, 0, c_SPACE, c_SPACE, t); }