summaryrefslogtreecommitdiff
path: root/term/clear_margins.h
blob: de547fa060c1819108e5c35f87e8be6a90cc0330 (plain)
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)
*/