COHERENT manpages

This page displays the COHERENT manpage for resetterm() [Reset the terminal to its previous settings].

List of available manpages
Index


resetterm() -- terminfo Function

Reset the terminal to its previous settings
#include <curses.h>
resetterm()

COHERENT  comes  with  a  set  of  functions  that  let  you  use  terminfo
descriptions to  manipulate a terminal.  resetterm()  restores the terminal
to  the condition  it  was in  when  before the  current  program began  to
manipulate its  settings.  Your program  should call resetterm()  before it
calls system() or exit().

See Also

curses.h,
fixterm(),
terminfo