#include "ded.h" #include "char.h" #include "ter.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /************************************************************************ * * * case 1 - split pushes up * * * ************************************************************************/ split1(r,c,t,up) register int r,c,t; int up; { if (!up) { scrolldown(0,LASTINROW,""); r++; } sendat(r,c,ter.splitseq.splitup); real_c.row = r; real_c.col = 0; shufmap(0, r, -1); /* imitate the scrolling */ tidysplit(r-1, c,t); /* imitate the split, insert the spaces */ }