blob: f72acbeaae4c1b332148176b3dd1e1003fbf0c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <curses.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)
*/
|