[PATCH 0/3] a couple of console fixes

Eric Pouech eric.pouech at orange.fr
Mon Jan 24 15:13:11 CST 2011


The following series fixes a couple of bugs in console code (mostly regressions caused by recent patches) 

---

Eric Pouech (3):
      [Kernel32]: in edit line, fix the insert key management
      [Kernel32]: no longer init the terminfo database nor application key mode when 0 or 1 are not bound to a tty
      [Kernel32]: properly manage UTF-8 (and any wcs) input strings


 dlls/kernel32/console.c         |   18 ++++++++++++++----
 dlls/kernel32/console_private.h |    2 +-
 dlls/kernel32/editline.c        |    2 +-
 dlls/kernel32/term.c            |   23 ++++++++++++++---------
 4 files changed, 30 insertions(+), 15 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list