From a49f6a2f7e0d0141519c136905ce70038573ce40 Mon Sep 17 00:00:00 2001 From: jcarsey Date: Fri, 15 Apr 2011 18:20:40 +0000 Subject: fix for word wrapping. fix for SimpleTextInEx callbacks. remove an ASSERT. fix for -noconsolein parameter. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11544 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/Shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/Application/Shell/Shell.h') diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 3699fb233d..51ec4f3a4b 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -50,6 +50,7 @@ #include "ShellEnvVar.h" #include "ConsoleLogger.h" #include "ShellManParser.h" +#include "ConsoleWrappers.h" typedef struct { LIST_ENTRY Link; ///< Standard linked list handler. @@ -113,6 +114,7 @@ typedef struct { EFI_HANDLE CtrlSNotifyHandle2; ///< The NotifyHandle returned from SimpleTextInputEx.RegisterKeyNotify. EFI_HANDLE CtrlSNotifyHandle3; ///< The NotifyHandle returned from SimpleTextInputEx.RegisterKeyNotify. EFI_HANDLE CtrlSNotifyHandle4; ///< The NotifyHandle returned from SimpleTextInputEx.RegisterKeyNotify. + BOOLEAN HaltOutput; ///< TRUE to start a CTRL-S halt. } SHELL_INFO; extern SHELL_INFO ShellInfoObject; -- cgit v1.2.3