diff options
Diffstat (limited to 'term/newline.c')
-rw-r--r-- | term/newline.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/newline.c b/term/newline.c new file mode 100644 index 0000000..c530ba3 --- /dev/null +++ b/term/newline.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define newline tigetstr("nel") + +/** newline (behaves like TERMCAP(cr) followed by TERMCAP(lf)) **/ + +/* +TERMINFO_NAME(nel) +TERMCAP_NAME(nw) +XOPEN(400) +*/ |