diff options
Diffstat (limited to 'term/hard_copy.c')
-rw-r--r-- | term/hard_copy.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/hard_copy.c b/term/hard_copy.c new file mode 100644 index 0000000..9b33977 --- /dev/null +++ b/term/hard_copy.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define hard_copy tigetflag("hc") + +/** hardcopy terminal **/ + +/* +TERMINFO_NAME(hc) +TERMCAP_NAME(hc) +XOPEN(400) +*/ |