blob: 77ee71fe49eefc06f4c4d93ee6176c09055708e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define micro_colum_address tigetstr("mhpa")
/** like TERMCAP(column_address) for micro adjustment **/
/*
TERMINFO_NAME(mhpa)
TERMCAP_NAME(ZY)
XOPEN(400)
*/
|