.TH fixterm() "" "" "terminfo Function"
.PC "Set the terminal into program mode"
.B "#include <curses.h>"
\fBfixterm()\fR
.PP
\*(CO comes with a set of
functions that let you use \fBterminfo\fR descriptions
to manipulate a terminal.
.B fixterm()
restores the terminal to its internal conditions, as set by the
\fBcurses/terminfo\fR library.
Your program should call
.B fixterm()
after it returns from a shell escape.
.SH "See Also"
.Xr "curses.h," curses.h
.Xr "resetterm()," resetterm
.Xr "terminfo" terminfo
