X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftabs.c;h=2f6915de9c468b9e20a021681d8d212fbd74997e;hp=e0e042b3e5223adf0775738926a71cbe5e5779fb;hb=d4d1d81ab6fc1ad681ff120d925099f947fefcf3;hpb=3f20704179ae1f625bd7bc75829929ccf46b25c3 diff --git a/progs/tabs.c b/progs/tabs.c index e0e042b3..2f6915de 100644 --- a/progs/tabs.c +++ b/progs/tabs.c @@ -37,7 +37,7 @@ #define USE_LIBTINFO #include -MODULE_ID("$Id: tabs.c,v 1.20 2011/05/14 22:34:36 tom Exp $") +MODULE_ID("$Id: tabs.c,v 1.21 2011/05/21 18:31:21 tom Exp $") static void usage(void) GCC_NORETURN; @@ -353,7 +353,6 @@ main(int argc, char *argv[]) bool no_op = FALSE; int n, ch; NCURSES_CONST char *term_name = 0; - const char *mar_list = 0; /* ignored */ char *append = 0; const char *tab_list = 0; @@ -446,7 +445,11 @@ main(int argc, char *argv[]) while ((ch = *++option) != '\0') { switch (ch) { case 'm': - mar_list = option; + /* + * The "+mXXX" option is unimplemented because only the long-obsolete + * att510d implements smgl, which is needed to support + * this option. + */ break; default: /* special case of relative stops separated by spaces? */