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

#define up_half_line tigetstr("hu")

/** half-line up (reverse 1/2 linefeed) **/

/*
TERMINFO_NAME(hu)
TERMCAP_NAME(hu)
XOPEN(400)
*/