summaryrefslogtreecommitdiff
path: root/term/cursor_down.h
blob: 220c3898e0e2dc7c0705d2a8742f2dd3e5febfeb (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define cursor_down tigetstr("cudl")

/** down one line **/

/*
TERMINFO_NAME(cudl)
TERMCAP_NAME(do)
XOPEN(400)
*/