ultrix man page for set_term

Query: set_term

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

set_term(3cur)															    set_term(3cur)

Name
       set_term - switch between terminals

Syntax
       #include <cursesX.h>

       SCREEN *set_term(new)
       SCREEN *new;

Description
       This  routine is used to switch between different terminals.  The screen reference 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.

Return Values
       The function returns a pointer to the previous SCREEN structure on success and a null pointer on error.

																    set_term(3cur)
Related Man Pages
delscreen(3x) - mojave
initscr(3x) - mojave
curs_initscr(3x) - redhat
set_term(3x) - redhat
set_term(3xcurses) - opensolaris
Similar Topics in the Unix Linux Community
Set terminal width inside a shell script