Make this compile.. (Why do we have tn3270 in the tree anyway?)

This commit is contained in:
Peter Wemm 1999-08-30 08:23:33 +00:00
parent b34453922a
commit 046fbf6fe9

View File

@ -678,16 +678,20 @@ InitTerminal()
if ((myKE = tgetstr("ke", &lotsofspace)) != 0) {
myKE = strsave(myKE);
}
#if 0
if (tgetstr("md", &lotsofspace) && tgetstr("me", &lotsofspace)) {
SO = strsave(tgetstr("md", &lotsofspace));
SE = strsave(tgetstr("me", &lotsofspace));
}
#endif
#endif
DoARefresh();
setconnmode();
#if 0
if (VB && *VB) {
bellSequence = VB; /* use visual bell */
}
#endif
screenInitd = 1;
screenStopped = 0; /* Not stopped */
}