don't link a new screen into the chain until it's fully initialized
commit65c96b8de30bcecf81c5fa7ee911864db7a708e3
authorbostic <bostic>
Thu, 2 Dec 1993 12:47:26 +0000 (2 12:47 +0000)
committerbostic <bostic>
Thu, 2 Dec 1993 12:47:26 +0000 (2 12:47 +0000)
treef96c28860ba408751525008763d3111e623e12ae
parent3c4b847a8f471aa940f4fa04a7701df7b899e675
don't link a new screen into the chain until it's fully initialized
ZZ on split screens was dropping core.  The problem was that we were removing
screens from the displayed queue both in the join/swap code and in the screen
end code -- change to do the queue movement in the fg/bg and exit code
vi/vs_split.c