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