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

#define micro_right tigetstr("mcufl")

/** like TERMCAP(cursor_right) for micro adjustment **/

/*
TERMINFO_NAME(mcufl)
TERMCAP_NAME(Zb)
XOPEN(400)
*/