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

#define key_down tigetstr("kcudl")

/** down-arrow key **/

/*
TERMINFO_NAME(kcudl)
TERMCAP_NAME(kd)
XOPEN(400)
*/