--- np2/win9x/ini.cpp 2003/10/30 22:33:34 1.9 +++ np2/win9x/ini.cpp 2003/11/01 22:23:04 1.10 @@ -456,6 +456,7 @@ static const INITBL iniitem[] = { {"STATSAVE", INIRO_BOOL, &np2oscfg.statsave, 0}, {"nousemmx", INITYPE_BOOL, &np2oscfg.disablemmx, 0}, // ver0.36 {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, // ver0.38 + {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, {"I286SAVE", INIRO_BOOL, &np2oscfg.I286SAVE, 0}};