summaryrefslogtreecommitdiff
path: root/src/term/exit_am_mode.c
blob: feb445880ffc4e8e6eb0836385734536afe66171 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define exit_am_mode tigetstr("rmam")

/** turn off automagic margins **/

/*
TERMINFO_NAME(rmam)
TERMCAP_NAME(RA)
XOPEN(400)
*/