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

#define bit_image_newline tigetstr("binel")

/** move to next row of the bit image **/

/*
TERMINFO_NAME(binel)
TERMCAP_NAME(Zz)
XOPEN(400)
*/