1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define clear_margins tigetstr("mgc") /** clear all margins (top, bottom, and sides) **/ /* TERMINFO_NAME(mgc) TERMCAP_NAME(MC) XOPEN(400) */