X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftic.c;h=32ea4541ebe973d0fd720dabdca8a0375df0f47a;hp=1d4034622c335b51b59b41e79313558636bf27f2;hb=4f56e7e405530c9c5e953d4072415429878b6e5b;hpb=fe43d506ce08d1deef9e9e5a6d5fd4f9c9c32e1d;ds=sidebyside diff --git a/progs/tic.c b/progs/tic.c index 1d403462..32ea4541 100644 --- a/progs/tic.c +++ b/progs/tic.c @@ -48,7 +48,7 @@ #include #include -MODULE_ID("$Id: tic.c,v 1.276 2019/05/10 21:00:25 tom Exp $") +MODULE_ID("$Id: tic.c,v 1.277 2019/06/29 23:23:22 tom Exp $") #define STDIN_NAME "" @@ -2930,6 +2930,11 @@ check_termtype(TERMTYPE2 *tp, bool literal) check_printer(tp); check_screen(tp); + /* + * These are probably both or none. + */ + PAIRED(parm_index, parm_rindex); + /* * These may be mismatched because the terminal description relies on * restoring the cursor visibility by resetting it.