diff options
Diffstat (limited to 'term/acs_chars.h')
-rw-r--r-- | term/acs_chars.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/acs_chars.h b/term/acs_chars.h new file mode 100644 index 0000000..7d5d91a --- /dev/null +++ b/term/acs_chars.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define acs_chars tigetstr("acsc") + +/** graphic charset paris aAbBcC **/ + +/* +TERMINFO_NAME(acsc) +TERMCAP_NAME(ac) +XOPEN(400) +*/ |