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

#define enter_upward_mode tigetstr("sum")

/** enable upward carriage motion **/

/*
TERMINFO_NAME(sum)
TERMCAP_NAME(ZP)
XOPEN(400)
*/