AM
AM = tgetflag("am"); /* terminal wraps automatically? */
EXT bool AM INIT(false); /* does terminal have automatic margins? */
if (!AM || (lp->y < NLINES - 1 || lp->x < NCOLS - 1)) {
if (AM) {
static int AM;
AM = tgetflag("am");
if (sc_tokid == AM || sc_tokid == PM) {
{"am", AM, false}, /* morning times for 0-12 clock */