blob: c530ba36cf906f5d548321b857d0b156c776126d (
plain)
1
2
3
4
5
6
7
8
9
10
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)
*/
|