audk/StdLib/LibC/Main
darylm503 6c6c850ad6 StdLib: Add terminal type line editing (Interactive IO) for console devices.
Adds a subset of the terminal I/O capabilities described in the Single Unix Specification, V4.
Supports:
    Erase previous character.  Default is Backspace or ^H
    Erase line.  Default is ^U
TAB characters are supported and, by default, are rendered as 8 spaces.  They will still be read as a single TAB character.
Both Canonical and Non-Canonical modes are supported.
If a terminal device is opened with O_TTY_INIT in the mode, the device will be initialized to "sane" values for interactive use.  It will be in Canonical mode, Enter will be translated to NewLine and on output, a NewLine is translated to CRLF.  Echoing will be on, control characters are output as ^X, and TABs are expanded.
See the new <sys/termios.h> file for more information.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by:  daryl.mcdaniel@intel.com
Reviewed-by:    erik.c.bjorge@intel.com
Reviewed-by:    leroy.p.leahy@intel.com
Reviewed-by:    lee.g.rosenbaum@intel.com
Reviewed-by:    jaben.carsey@intel.com





git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13989 6f19259b-4bc3-4df7-8a09-765794883524
2012-12-11 21:19:14 +00:00
..
Arm StdLib: Add directory access functions to PosixLib. 2011-11-02 19:24:19 +00:00
Ia32 Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
Ipf Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
X64 Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
ByteSwap.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
HtoNtoH.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
Main.c StdLib: Add terminal type line editing (Interactive IO) for console devices. 2012-12-11 21:19:14 +00:00
assert.c Update or add comments to files and functions for use by Doxygen. 2011-08-04 18:13:02 +00:00
bswap16.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
bswap32.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
bswap64.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
errno.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
infinityf_ieee754.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
isinfd_ieee754.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
isinff_ieee754.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
isnand_ieee754.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
isnanf_ieee754.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
longjmp.c Standard Libraries for EDK II. 2011-04-27 21:42:16 +00:00
x86flt_rounds.c Add Socket Libraries. 2011-07-30 00:30:44 +00:00