summaryrefslogtreecommitdiff
path: root/term/parm_down_cursor.c
blob: 97acc10288164ed4ccb25abed74bb7f57016fb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define parm_down_cursor tigetstr("cud")

/** move down #1 lines **/

/*
TERMINFO_NAME(cud)
TERMCAP_NAME(DO)
XOPEN(400)
*/