#include "ded.h" #include "char.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * case 1 - join pulls up (see ter.h) * * * ************************************************************************/ join1(r,c,t,up,str) register int r,c,t; int up; char *str; { int lc = prejoin(r,c,t); sendat(r+1,0,ter.splitseq.joinup); postjoin(r,c, r,lc); if (up) scrolldown(LASTINROW,FOOTROW,str); else scrolldown(0,FOOTROW,str); }