Description |
 |
The del_curterm() routine is a low-level routine only used outside of CURSES when the program has to deal directly with the TERMINFO database to handle certain terminal capabilities. The use of appropriate CURSES routines is recommended in all other situations.
The del_curterm() routine frees the space pointed to by oterm. If oterm and the cur_term variable are the same, the TERMINFO Boolean, numeric, or string variables
refer to invalid memory locations until you call setupterm() and specify a new terminal type.