diff options
Diffstat (limited to 'term/exit_am_mode.c')
-rw-r--r-- | term/exit_am_mode.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_am_mode.c b/term/exit_am_mode.c new file mode 100644 index 0000000..dc3d4cf --- /dev/null +++ b/term/exit_am_mode.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define exit_am_mode tigetstr("rmam") + +/** turn off automagic margins **/ + +/* +TERMINFO_NAME(rmam) +TERMCAP_NAME(RA) +XOPEN(400) +*/ |