Function keys now work in curses mode.
[wine] / programs / wineconsole / user.c
2005-04-14  Rein KlazesIn AllocConsole() pass the wShowWindow value and STARTF...
2004-11-29  Eric PouechMade some functions and variables static.
2004-09-22  Richard CohenChange variable name from l to k.
2004-04-20  Francois GougetMake static Unicode strings const.
2003-06-13  Eric PouechIf (n)curses wasn't available at compile time:
2003-02-25  Eric PouechForbids selecting (for clipboard) areas larger than...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-10-28  Andreas Mohr- Make int09 update the BIOS data segment's keyboard...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-23  Andreas Mohr- Fix some spelling problems.
2002-07-02  Alexandre JulliardRemoved redundant GetMessage call.
2002-07-01  Andreas Mohr- Use PeekMessage loop around GetMessage.
2002-06-02  Eric PouechFixed some selection bugs.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAllow ANSI charset in font enumeration.
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-31  Marcus MeissnerSwap fg/bg color to be correct.
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-23  Eric PouechNew console code based on Win32 windows.