Module: wine Branch: master Commit: 46cd2994582a197510c343852bd5414cee00e6c9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=46cd2994582a197510c343852b...
Author: Eric Pouech eric.pouech@orange.fr Date: Tue Jan 18 22:02:31 2011 +0100
kernel32: Move the input character to INPUT_RECORD translation functions to term.c.
---
dlls/kernel32/console.c | 113 +++------------------------------------ dlls/kernel32/console_private.h | 1 + dlls/kernel32/term.c | 103 +++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 106 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=46cd2994582a197510c343...