kernel32/tests: Fix test failures on win7.
[wine] / dlls / kernel32 / term.c
2012-01-11  AndrĂ© Hentschelkernel32: No need for WINE_ prefixed debug output macros.
2011-05-18  Andrew Nguyenkernel32: Suppress constness warnings for tigetstr...
2011-02-16  Alexandre Julliardkernel32: Don't try to initialize curses if the TERM...
2011-01-31  Eric Pouechkernel32: Use binary search for key lookup in terminfo...
2011-01-31  Eric Pouechkernel32: Added shift & ctrl modifiers for function...
2011-01-31  Eric Pouechkernel32: Added support for extended capacities in...
2011-01-31  Eric Pouechkernel32: Store key len in dbkey_pair structure for...
2011-01-25  Eric Pouechkernel32: Properly manage UTF-8 (and any wcs) input...
2011-01-25  Eric Pouechkernel32: No longer init the terminfo database nor...
2011-01-24  Kusanagi Kouichikernel32: Include term.h conditionally.
2011-01-24  Eric Pouechkernel32: Added missing include to term.c.
2011-01-20  Eric Pouechkernel32: Fix prototype when no curses dev package...
2011-01-19  Eric Pouechkernel32: Correctly parse the input strings for advance...
2011-01-19  Eric Pouechkernel32: Move the input character to INPUT_RECORD...
2011-01-19  Eric Pouechkernel32: Added support for terminfo/termcap in console...