X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Ftic.c;h=c66a4ef4cdb93e97e82c8d2752c52043589193a6;hp=b8a12d259ed0273202fce3c87b5bff1e6303406c;hb=34acd9acb118eac10d3135c6268f2d919b36b596;hpb=119b5a6788c26bf7dcc99fcfd54e072946352a93 diff --git a/progs/tic.c b/progs/tic.c index b8a12d25..c66a4ef4 100644 --- a/progs/tic.c +++ b/progs/tic.c @@ -48,7 +48,7 @@ #include #include -MODULE_ID("$Id: tic.c,v 1.279 2019/10/15 22:18:29 tom Exp $") +MODULE_ID("$Id: tic.c,v 1.281 2019/11/09 18:51:36 tom Exp $") #define STDIN_NAME "" @@ -2939,6 +2939,7 @@ check_termtype(TERMTYPE2 *tp, bool literal) * These are probably both or none. */ PAIRED(parm_index, parm_rindex); + PAIRED(parm_ich, parm_dch); /* * These may be mismatched because the terminal description relies on @@ -3055,7 +3056,7 @@ check_termtype(TERMTYPE2 *tp, bool literal) * ncurses handles it. */ if ((PRESENT(enter_insert_mode) || PRESENT(exit_insert_mode)) - && PRESENT(parm_ich)) { + && PRESENT(insert_character)) { _nc_warning("non-curses applications may be confused by ich1 with smir/rmir"); }