Enable Help string scroll when the help info can't show all at current page.

Signed-off-by: Dong Eric <eric.dong@intel.com>
Reviewed-by: Gao Liming <liming.gao@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13184 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10
2012-04-11 05:44:40 +00:00
parent fcbccedb28
commit ba46ab9479
4 changed files with 143 additions and 13 deletions

View File

@@ -981,7 +981,7 @@ ProcessOptions (
@param RowCount TRUE: if Question is selected.
**/
VOID
UINTN
ProcessHelpString (
IN CHAR16 *StringPtr,
OUT CHAR16 **FormattedString,
@@ -1182,4 +1182,6 @@ ProcessHelpString (
}
FreePool (IndexArray);
return LineCount;
}