#include "ded.h" #include "char.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * case 1 - join pulls down (see ter.h again) * * * ************************************************************************/ join2(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.joindown); postjoin(r,c, r+1,lc); if (up) scrollup(0,LASTINROW,str); else redraw(0,0,str); }