blob: 8c8f0c64a81f99792a67cf6484814f7e7ffa1d72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define set_bottom_margin_parm tigetstr("smgbp")
/** set bototm margin at line #1 or #2 lines from bottom **/
/*
TERMINFO_NAME(smgbp)
TERMCAP_NAME(Zl)
XOPEN(400)
*/
|