audk/MdeModulePkg/Universal/Console
gikidy 51797e6dd5 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8811 6f19259b-4bc3-4df7-8a09-765794883524
2009-07-08 07:31:30 +00:00
..
ConPlatformDxe Replace references to RFC 3066 with RFC 4646. 2009-04-30 05:32:11 +00:00
ConSplitterDxe 1. remove duplicated set operation on UGA device. 2009-05-18 03:40:29 +00:00
GraphicsConsoleDxe fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion. 2009-07-03 09:18:30 +00:00
TerminalDxe Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. 2009-07-08 07:31:30 +00:00