]> git.proxmox.com Git - mirror_edk2.git/commit
In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most PcdUefi...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 06:58:28 +0000 (06:58 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 May 2009 06:58:28 +0000 (06:58 +0000)
commite74738b1c33dba4ba9b3bde5efe8bdc16e456dc3
tree8babfdc08a14fdb58ef41d86a2f49444ba989b3e
parent5796de67925ec05cc7983fe77e9e022b6b24236b
In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most PcdUefiLibMaxPrintBufferSize, and will return the number of characters actually displayed on the screen not includng partial characters that may be clipped by the right edge of the display.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8289 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/UefiLib/UefiLibPrint.c