diff options
Diffstat (limited to 'term/exit_attribute_mode.c')
-rw-r--r-- | term/exit_attribute_mode.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/term/exit_attribute_mode.c b/term/exit_attribute_mode.c deleted file mode 100644 index 43d2eda..0000000 --- a/term/exit_attribute_mode.c +++ /dev/null @@ -1,11 +0,0 @@ -#include <term.h> - -#define exit_attribute_mode tigetstr("sgr0") - -/** turn off all attributes **/ - -/* -TERMINFO_NAME(sgr0) -TERMCAP_NAME(me) -XOPEN(400) -*/ |