.TH resetterm() "" "" "terminfo Function
.PC "Reset the terminal to its previous settings"
.B "#include <curses.h>"
\fBresetterm()\fR
.PP
\*(CO comes with a set of
functions that let you use \fBterminfo\fR descriptions
to manipulate a terminal.
.B resetterm()
restores the terminal to the condition it was in when before the current
program began to manipulate its settings.
Your program should call
.B resetterm()
before it calls
.B system()
or
.BR exit() .
.SH "See Also"
.Xr "curses.h," curses.h
.Xr "fixterm()," fixterm
.Xr "terminfo" terminfo
