diff options
Diffstat (limited to 'term/auto_right_margin.c')
-rw-r--r-- | term/auto_right_margin.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/auto_right_margin.c b/term/auto_right_margin.c new file mode 100644 index 0000000..0d746bf --- /dev/null +++ b/term/auto_right_margin.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define auto_right_margin tigetflag("am") + +/** terminal has automatic margins **/ + +/* +TERMINFO_NAME(am) +TERMCAP_NAME(am) +XOPEN(400) +*/ |