diff options
Diffstat (limited to 'term/enter_protected_mode.h')
-rw-r--r-- | term/enter_protected_mode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/enter_protected_mode.h b/term/enter_protected_mode.h new file mode 100644 index 0000000..da30463 --- /dev/null +++ b/term/enter_protected_mode.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define enter_protected_mode tigetstr("prot") + +/** turn on protected mode **/ + +/* +TERMINFO_NAME(prot) +TERMCAP_NAME(mp) +XOPEN(400) +*/ |