diff options
Diffstat (limited to 'term/exit_micro_mode.h')
-rw-r--r-- | term/exit_micro_mode.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/exit_micro_mode.h b/term/exit_micro_mode.h new file mode 100644 index 0000000..4400f0b --- /dev/null +++ b/term/exit_micro_mode.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define exit_micro_mode tigetstr("rmicm") + +/** disable micro motion capabilities **/ + +/* +TERMINFO_NAME(rmicm) +TERMCAP_NAME(ZT) +XOPEN(400) +*/ |