diff options
Diffstat (limited to 'term/insert_padding.h')
-rw-r--r-- | term/insert_padding.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/insert_padding.h b/term/insert_padding.h new file mode 100644 index 0000000..59e9dae --- /dev/null +++ b/term/insert_padding.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define insert_padding tigetstr("ip") + +/** insert pad after characters inserted **/ + +/* +TERMINFO_NAME(ip) +TERMCAP_NAME(ip) +XOPEN(400) +*/ |