COHERENT manpages

This page displays the COHERENT manpage for fixterm() [Set the terminal into program mode].

List of available manpages
Index


fixterm() -- terminfo Function

Set the terminal into program mode
#include <curses.h>
fixterm()

COHERENT  comes  with  a  set  of  functions  that  let  you  use  terminfo
descriptions to manipulate  a terminal.  fixterm() restores the terminal to
its  internal conditions,  as  set by  the  curses/terminfo library.   Your
program should call fixterm() after it returns from a shell escape.

See Also

curses.h,
resetterm(),
terminfo