]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Uefi/InteractiveIO/IIOechoCtrl.h
StdLib: Some deployed versions of the Simple Text Input Protocol randomly return...
[mirror_edk2.git] / StdLib / LibC / Uefi / InteractiveIO / IIOechoCtrl.h
index 69d040af01f9be956e4dc7875f22c4bf2075b888..068a7203ef4828b3c9bb7ba768507a52fc2a60ef 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Constants and declarations for the Echo function.\r
 \r
-  Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
   distribution.  The full text of the license may be found at\r
@@ -18,10 +18,10 @@ __BEGIN_DECLS
 \r
 /* These constants are assigned values within the Unicode Private Use range.\r
    The value of IIO_ECHO_MIN must be adjusted to ensure that IIO_ECHO_MAX\r
-   never exceeds the value of 0xF900.\r
+   never exceeds the value of (TtyFunKeyMin - 1).\r
 */\r
 typedef enum {\r
-  IIO_ECHO_MIN      = (TtyFunKeyMin - 3),\r
+  IIO_ECHO_MIN      = (TtySpecKeyMin),\r
   IIO_ECHO_DISCARD  = IIO_ECHO_MIN,       // Ignore this character completely\r
   IIO_ECHO_ERASE,                         // Erase previous character\r
   IIO_ECHO_KILL,                          // Kill the entire line\r