[PATCH 0/3] Some (bare) console enhancements

Eric Pouech eric.pouech at orange.fr
Sun Dec 12 15:31:22 CST 2010


The following series implements a couple of console enhancements, mainly dealing with properly escaping control characters in bare console mode.
A+
---

Eric Pouech (3):
      [Kernel32]: when reading chars out of a bare console, use the Unix API (instead of the Windows' one).
      [Kernel32]: proper support for echo-input (enable/disable) when getting console input
      [Kernel32]: in readline, now print control characters with ^ escape


 dlls/kernel32/console.c  |   56 +++++++------
 dlls/kernel32/editline.c |  204 ++++++++++++++++++++++++++++++++--------------
 2 files changed, 172 insertions(+), 88 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list