sug_dlg_h 326 src/editor/spell.c int sug_dlg_h = 14; /* dialog height */ sug_dlg_h 348 src/editor/spell.c ypos = (LINES - sug_dlg_h) * 2 / 3; sug_dlg_h 351 src/editor/spell.c if ((edit->curs_row >= ypos - 1) && (edit->curs_row <= ypos + sug_dlg_h - 1)) sug_dlg_h 352 src/editor/spell.c ypos -= sug_dlg_h; sug_dlg_h 372 src/editor/spell.c sug_dlg = dlg_create (TRUE, ypos, xpos, sug_dlg_h, sug_dlg_w, WPOS_KEEP_DEFAULT, TRUE, sug_dlg_h 379 src/editor/spell.c group_add_widget (g, groupbox_new (4, 2, sug_dlg_h - 5, 25, _("Suggest"))); sug_dlg_h 381 src/editor/spell.c sug_list = listbox_new (5, 2, sug_dlg_h - 7, 24, FALSE, NULL);