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