Searched refs:optionDesc (Results 1 – 1 of 1) sorted by relevance
598 string optionName, optionDesc = ""; in DisplayOptions() local621 optionDesc = menuMain[j].desc; in DisplayOptions()633 move(LINES - 1, (COLS - optionDesc.length()) / 2); in DisplayOptions()634 printw(optionDesc.c_str()); in DisplayOptions()