[PATCH 0/4] Enable line edition features even in bare console mode

Eric Pouech eric.pouech at orange.fr
Tue Jan 18 15:02:18 CST 2011


The following series enables all program using Win32 line reading API (from Console)
to allow line edition (this used to only work with wineconsole, it now does work without
wineconsole) 

A+
---

Eric Pouech (4):
      [Kernel32]: added support for terminfo/termcap in console code
      [Kernel32]: move the input character to INPUT_RECORD translation functions to term.c
      [Kernel32]: now correctly parsing the input strings for advanced keys
      [Kernel32]: add ability to load additional terminfo data from Wine registry


 dlls/kernel32/Makefile.in       |    1 
 dlls/kernel32/console.c         |  206 +++++++-----------
 dlls/kernel32/console_private.h |    6 +
 dlls/kernel32/term.c            |  441 +++++++++++++++++++++++++++++++++++++++
 tools/wine.inf.in               |    3 
 5 files changed, 528 insertions(+), 129 deletions(-)
 create mode 100644 dlls/kernel32/term.c

-- 
Eric Pouech



More information about the wine-patches mailing list