set_term(3cur)
NAME
set_term − switch between terminals
SYNTAX
SCREEN ∗set_term(new)
SCREEN ∗new;
DESCRIPTION
This routine is used to switch between different terminals. The screen reference new becomes the new current terminal. The previous terminal screen reference is returned by the routine.
This is the only routine which manipulates SCREEN pointers; all the others change the current terminal only.