diff options
Diffstat (limited to 'term/clr_eol.c')
-rw-r--r-- | term/clr_eol.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/clr_eol.c b/term/clr_eol.c new file mode 100644 index 0000000..e94964d --- /dev/null +++ b/term/clr_eol.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define clr_eol tigetstr("el") + +/** clear to end of line **/ + +/* +TERMINFO_NAME(el) +TERMCAP_NAME(ce) +XOPEN(400) +*/ |