1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define enter_secure_mode tigetstr("invis") /** turn on blank mode (characters invisible) **/ /* TERMINFO_NAME(invis) TERMCAP_NAME(mk) XOPEN(400) */