blob: b4273df72fed7cd9224acceee47bba5792ca619a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define parm_left_micro tigetstr("mcub")
/** like TERMCAP(parm_left_cursor) for micro adjustment **/
/*
TERMINFO_NAME(mcub)
TERMCAP_NAME(Zg)
XOPEN(400)
*/
|